Bug#1002993: systemd: Setting access ACL: invalid argument (Upgrade to 247.3-6 from buster to bullseye in container)
Tobias Frost
tobi at debian.org
Sun Jan 2 20:38:01 GMT 2022
On Sun, Jan 02, 2022 at 04:31:01PM +0100, Michael Biebl wrote:
> On 02.01.22 16:12, Tobias Frost wrote:
>
> > Filesystem ia an ext4 on a lvm, backed by a raid1.
>
> Does the file system support xattr and acl?
I guess so, but ACLs are nothing I use normally, so I cant tell if I use them
correctly...
root at thecus:/var/log/journal# touch test.txt
root at thecus:/var/log/journal# setfattr -n user.test -v "xattr test string" test.txt
root at thecus:/var/log/journal# getfattr test.txt
# file: test.txt
user.test
root at thecus:/var/log/journal# getfacl test.txt
# file: test.txt
# owner: root
# group: systemd-journal
user::rw-
group::r-x #effective:r--
group:adm:r-x #effective:r--
group:4294967295:r-x #effective:r--
mask::r--
other::r--
Albeith, I cannot set ACLs in /var/log/journal:
setfacl --modify="u:unifi:rw" test.txt
setfacl: test.txt: Malformed access ACL `user::rw-,user:unifi:rw-,group::r-x,group:adm:r-x,group:4294967295:r-x,mask::rwx,other::r--': Duplicate entries at entry 5
Same command in /var/log works:
root at thecus:/var/log# touch test.txt ; setfacl --modify="u:unifi:rw" test.txt
root at thecus:/var/log# getfacl test.txt
# file: test.txt
# owner: root
# group: root
user::rw-
user:unifi:rw-
group::r--
mask::rw-
other::r--
root at thecus:/var/log#
root at thecus:/var/log# ls -lad journal/
drwxr-sr-x+ 3 root systemd-journal 4096 Jan 2 21:33 journal/
root at thecus:/var/log# getfacl journal/
# file: journal/
# owner: root
# group: systemd-journal
# flags: -s-
user::rwx
group::r-x
group:adm:r-x
group:4294967295:r-x
mask::r-x
other::r-x
default:user::rwx
default:group::r-x
default:group:adm:r-x
default:group:4294967295:r-x
default:mask::r-x
default:other::r-x
root at thecus:/var/log# mount | grep journal
root at thecus:/var/log#
More information about the Pkg-systemd-maintainers
mailing list