root cannot delete user's files
Log in as user user
, create a file in your home directory. Then sudo rm file
. It fails with permission denied.
Log in as user user
, create a file in your home directory. Then sudo rm file
. It fails with permission denied.
When this merge request is accepted, this issue will be closed automatically.
Adding && uid != 0
to this line fixes it, it seems.
changed the description
mentioned in merge request redoxfs!56 (merged)
mentioned in commit redoxfs@794e732c
closed with merge request redoxfs!56 (merged)