[dolphin] [Bug 506472] New: Overlay padlock icon does not evaluate ACLs

Andreas Mundt bugzilla_noreply at kde.org
Wed Jul 2 08:18:37 BST 2025


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: dolphin-bugs-null at kde.org
          Reporter: and1bm at web.de
                CC: kfm-devel at kde.org
  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 on the CC list for the bug.


More information about the kfm-devel mailing list