Your message dated Tue, 14 May 2024 22:03:23 +0200
with message-id <[email protected]>
and subject line Re: Bug#387408: bash: completition does not work with acl
has caused the Debian Bug report #387408,
regarding command completion not working with ACLs
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
387408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387408
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bash
Version: 3.1-5
Severity: normal
Completition only looks for standard unix rights. It doesn't care about
extended rights with acl.
when a file has rights r-xr-x-- and with acl another group has the right
to execute the program, when a user of this second group try to use bash
completition, the command is not available.
Can you please try to fix it?
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7-smp
Locale: LANG=it_IT@euro, LC_CTYPE=it_IT@euro (charmap=ISO-8859-15)
Versions of packages bash depends on:
ii base-files 3.1.16 Debian base system miscellaneous f
ii debianutils 2.17 Miscellaneous utilities specific t
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libncurses5 5.5-2 Shared libraries for terminal hand
bash recommends no packages.
-- no debconf information
--
Non c'è più forza nella normalità, c'è solo monotonia.
--- End Message ---
--- Begin Message ---
Version: 5.2.21-2
On Thu, 14 Sep 2006 10:08:43 +0200 Ottavio Campana
<[email protected]> wrote:
Completition only looks for standard unix rights. It doesn't care about
extended rights with acl.
when a file has rights r-xr-x-- and with acl another group has the right
to execute the program, when a user of this second group try to use bash
completition, the command is not available.
Hi,
this issue does not seem to affect version 5.2.21-2 of bash.
$ cd /tmp && touch aa ab && echo "echo hi" > ac
$ chmod ug+x,o= aa ab ac
$ sudo chown root:root ac
$ ./a<TAB><TAB>
aa ab
$ ./ac
-bash: ./ac: Permission denied
$ sudo setfacl -m group:$USER:rwx ac
$ ./a<TAB><TAB>
aa ab ac
$ ./ac
hi
Please reopen this bug if you can still reproduce this issue.
Regards,
--
Gioele Barabucci
--- End Message ---