Open chqrly opened 9 years ago
In addition to hiding directory, chdir(2) must not open them.
example :
attacker: $ ls __HIDDEN_FILE__toto
attacker:
$ ls __HIDDEN_FILE__toto
victim: $ cd __HIDDEN_FILE__toto` cd: no such file or directory: __HIDDEN_FILE__toto
victim:
$ cd __HIDDEN_FILE__toto` cd: no such file or directory: __HIDDEN_FILE__toto
In addition to hiding directory, chdir(2) must not open them.
example :