[Bug 2067389] [NEW] default acl doesn't work
Launchpad Bug Tracker
2067389 at bugs.launchpad.net
Wed May 29 07:34:40 UTC 2024
You have been subscribed to a public bug:
lsb_release -rd
No LSB modules are available.
Description: Ubuntu 24.04 LTS
Release: 24.04
fresh install of ubuntu server 24.04
with latest samba
when you put default acl (setfacl -dm g:toto:rwx Info) this is not
implemanted when you create a new directory and not set the good
rigths.(by another PC like windows)
ll
d---rws---+ 2 root GInformatique 4096 mai 27 15:12 Informatique/
getfacl Informatique/
# file: Informatique/
# owner: root
# group: GInformatique
# flags: -s-
user::---
group::rwx
group:GInformatique:rwx
mask::rwx
other::---
OK
if I create a new directory with windows across samba
drwxrwsr-x+ 2 toto GUtilisateurs 4096 mai 28 15:13 'Nouveau dossier', It's OK
but if you "setfacl -dm g:GInformatique:rwx Informatique"
when I create a new directory , Ubuntu create 4 New directory like that
d---r-s---+ 2 toto GInformatique 4096 mai 28 15:16 'Nouveau dossier'/
d---r-s---+ 2 toto GInformatique 4096 mai 28 15:16 'Nouveau dossier (2)'/
d---r-s---+ 2 toto GInformatique 4096 mai 28 15:16 'Nouveau dossier (3)'/
d---r-s---+ 2 toto GInformatique 4096 mai 28 15:16 'Nouveau dossier (4)'/
with getfacl Nouveau\ dossier
# file: Nouveau dossier
# owner: toto
# group: GInformatique
# flags: -s-
user::---
group::rwx #effective:r-x
group:GInformatique:rwx #effective:r-x
mask::r-x
other::---
default:user::---
default:group::rwx
default:group:GInformatique:rwx
default:mask::rwx
default:other::---
Ubuntu set #effective:r-x ???? with older ubuntu like 22.04.4 LTS it's
work fine
Thank you
** Affects: acl (Ubuntu)
Importance: Undecided
Status: New
** Tags: bot-comment
--
default acl doesn't work
https://bugs.launchpad.net/bugs/2067389
You received this bug notification because you are a member of Ubuntu Foundations Bugs, which is subscribed to acl in Ubuntu.
More information about the foundations-bugs
mailing list