prosyslab-classroom / cs348-information-security

60 stars 10 forks source link

[Announcement] Additional Announcement for Homework 4 #283

Closed sujin0529 closed 1 year ago

sujin0529 commented 1 year ago

Hi, all We would like to inform you of the restriction on homework 4.

The Open command can only use Read permission as an argument. E.g, int fd = open("a_file", Read) in scenario.c

So in this homework, we don't allow access to the secret file in the case of the scenario.

Thanks.