https://bugs.kde.org/show_bug.cgi?id=506472
Bug ID: 506472
Summary: Overlay padlock icon does not evaluate ACLs
Classification: Applications
Product: dolphin
Version First unspecified
Reported In:
Platform: Debian testing
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: view-engine: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Hi,
dolphin seems not to evaluate permissions from ACLs when displaying a padlock
icon (or not) to indicate access on files or directories. I reported the bug
already in the Debian BTS https://bugs.debian.org/1108332 , but perhaps someone
more familiar with the code can help here.
STEPS TO REPRODUCE
mkdir testACLs
sudo chown nobody:nogroup testACLs
sudo chmod 750 testACLs
A lock on the folder icon appears in dolphin, correctly indicating that the
user cannot access the folder content. Eventually reload dolphin pressing F5.
touch testACLs/file → permission denied
sudo setfacl -m u:$USER:rwx testACLs
touch testACLs/file → works fine
OBSERVED RESULT
The padlock icon remains in dolphin.
EXPECTED RESULT
The padlock icon disappears when the user has access.
SOFTWARE/OS VERSIONS
Details: https://bugs.debian.org/1108332
--
You are receiving this mail because:
You are watching all bug changes.