wildcard problems
Posted: Wed Apr 23, 2008 8:27 am
Hi,
For some time i'm having strange problems with wildcards in grsec policies.
For example the following policy:
Now when I do the following:
Thats great, I only see my own homedir. But:
I dont see the users directory, not even when I set /home/users to rwxcdl in my policy. I can enter the directory though.
Any ideas about this behaviour?
Thnx in advance.
Vincent
For some time i'm having strange problems with wildcards in grsec policies.
For example the following policy:
- Code: Select all
/home r
/home/* h
/home/users r
/home/users/* h
/home/users/username1 rwxcdl
Now when I do the following:
- Code: Select all
[username1@host /home/users]$ ls
username1
[username1@host /home/users]$
Thats great, I only see my own homedir. But:
- Code: Select all
[username1@host /home]$ ls
[username1@host /home]$
I dont see the users directory, not even when I set /home/users to rwxcdl in my policy. I can enter the directory though.
Any ideas about this behaviour?
Thnx in advance.
Vincent