Bug #1234
login_patch.cpp : bad chmod assumption
Status: | New | Start date: | 01/15/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Client: General | |||
Target version: | - |
Description
The assumption is the following one:
If I can't chmod, I can't delete/alter a file or a directory
On a ntfs3g mount point you can't chmod, but you can delete any files or directory.
History
#1
Updated by Naush over 6 years ago
- File 1234-chmod-not-owning.diff added
Ok it works, but the chmod 777 is just horrible ;)