debcrafters-packages team mailing list archive
-
debcrafters-packages team
-
Mailing list archive
-
Message #02395
[Bug 2114887] Re: acl build error ls doesn't include acl "+" info on symlink
https://github.com/uutils/coreutils/pull/8217 to fix this
--
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to acl in Ubuntu.
https://bugs.launchpad.net/bugs/2114887
Title:
acl build error ls doesn't include acl "+" info on symlink
Status in coreutils:
Unknown
Status in acl package in Ubuntu:
New
Status in coreutils-from package in Ubuntu:
New
Status in rust-coreutils package in Ubuntu:
New
Bug description:
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)
Reported upstream, https://github.com/uutils/coreutils/issues/8216
To manage notifications about this bug go to:
https://bugs.launchpad.net/coreutils/+bug/2114887/+subscriptions
References