|
|
|
|
|
by jeroenhd
1323 days ago
|
|
> And remember to do it again every time the binary is updated :/ Depends on the way the file is replaced; if it's overwritten and not deleted + created, the flag should stick around I believe. > Bad idea! nobody is supposed to own no files at all. You run untrusted services (or untrusted users without account; something like anonymous FTP access) as nobody. This would potentially allow the least trusted entity to change your configs. You're right, should've used root:wheel rather than nobody:wheel. Oops... |
|