-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
St 138 security #201
base: master
Are you sure you want to change the base?
St 138 security #201
Conversation
… Also now verdicts OK, Failed (and SV (Security Violation)), TL (Time Limit) and PE (Presentation Error) works. WARNING: Do not run yet, work in progress.
…ting PermitEmptyPassword to no in /etc/ssh/sshd_config solves the potential problem)
…mum security works. Needs to be adjusted.
Привет, я завтра посмотрю, ок? |
Ок |
Хех |
Скачиваю виртуалку...... Вообще, мне кажется, что надо сделать, чтобы можно было локально запускать, без добавления нового юзера (как раньше). |
Наверное, да, но мне кажется, это лучше вынести в другое issue. |
Please, read the code before running anything.
Script setup adds new user, removes it's password and blocks changing for a long time.
This script must be executed with root privileges.
Also I've added memory limit 256 MB. It's probably a good idea to rename verdict TL(Time limit) to RL(Resource limit). Also may be we want to make memory limit adjustable.
Now we need to add to wiki that admin needs to copy classes Turn and GameState to separate file named classes. May be there is a better solution but this was easier and faster. See tic_tac_toe_exp/sources/classes.py for sample.