Directories not fully hidden?
The Grsecurity log is filled up with entries of programs that try to browse the file system and request information on directories which should be hidden but are partially visible:
Is there any way to work around this issue?
I am using Grsecurity 2.1.6 on a 2.4.31 kernel.
# / $ ls
bin boot dev home lib mnt opt proc root sbin usr
# / $ ls -al
ls: boot: No such file or directory
ls: proc: No such file or directory
total 40
drwxr-xr-x 18 root root 4096 Jun 14 12:59 .
drwxr-xr-x 18 root root 4096 Jun 14 12:59 ..
[...]
Is there any way to work around this issue?
I am using Grsecurity 2.1.6 on a 2.4.31 kernel.