Re: syslog-ng security
Reply #9 –
I did a test on my artix system and indeed a 755 directory say /test/
owned by root and a 755
can not remove a file from the directy unless it is owned by the user
flatbush:[ruben]:~$ ls -al /test/test.txt
-rwxrw-rw- 1 root root 0 Apr 25 15:23 /test/test.txt
that file can be modified by any user, but not removed
that is all at 755 on the /test directory.
I can swear I have seen different behaviors previously on diferent disto's.