On Tue, Oct 13, 2015 at 10:48 AM, Carl R. Friend <[email protected]> wrote:
>    You probably want 755 on the directory entries so that traversal is
> permitted (that's the "x" bit".  644 allows reading for everybody but
> not the ability to descend to deeper levels.  751 can be useful if one
> wants to allow the world to traverse, but not, read a directory (files
> can still be accessed if one knows the name, but one cannot find the
> name of a file).


That's the odd part. Permissions seem fine:

root@server:~# ls -ld /sys
dr-xr-xr-x 13 root root 0 Oct 12 17:04 /sys

root@server:~# ls -ld /sys/kernel
drwxr-xr-x 8 root root 0 Oct 12 17:04 /sys/kernel

root@server:~# ls -ld /sys/kernel/security
drwxr-xr-x 2 root root 0 Oct 12 16:58 /sys/kernel/security

Same permissions as another Debian jessie VM with no such issue. It's a
really strange one.
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to