Skip to content

ls: doesn't list acl "+" status for symlinks #8216

@seb128

Description

@seb128

The acl package fails to rebuild on Ubuntu with coreutils-uutils
https://launchpadlibrarian.net/798206888/buildlog_ubuntu-questing-amd64.acl_2.3.2-2_BUILDING.txt.gz

$ ls --version
ls 0.0.30

$ mkdir d
$ setfacl -m u:bin:rwx d
$ ln -s d l
$ ls -lLd l
drwxrwxr-x 2 user user 2 Jun 18 09:20 l

using the coreutils version of ls it gives drwxrwxr-x+ (including the + of the acl, same as directly listing the directory)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions