Public bug reported:

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: ubuntu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2067389

Title:
  default acl doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2067389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to