mfthomps / Labtainers

Labtainers: A Docker-based cyber lab framework
https://nps.edu/web/c3o/labtainers
264 stars 65 forks source link

Wrong default permissions of /shared_data/accounting.txt in acl labtainer #11

Closed nikifor closed 5 years ago

nikifor commented 6 years ago

On page 2 of the acl lab description, the guide claims that accounting.txt must have the following permissions:

-rw-rw----+

The file however seems to have the following permissions by default: -rw-rw-r--+

Which kind of invalidates the reason why Bob would want Alice to run his trojan program.

mfthomps commented 5 years ago

Thank you. The permissions have been fixed. You'll need to run: removelab.py acl and then rerun the lab to see the change.

nikifor commented 5 years ago

Great, thank you!