Bug#965028: systemd: journalctl does not work for normal users at all

Michael Biebl biebl at debian.org
Wed Jul 15 11:52:35 BST 2020


Am 15.07.20 um 01:19 schrieb Daniel Blaschke:
> OK, so now it works after rebooting - logging out and back in was not
> enough after adding myself to the groups apparently; sorry for the noise.
> Could this bug perhaps be reassigned to the debian-installer?
> Kind of think the primary admin user (which is set up during a fresh
> install) should be added to those groups by default.

I think with bullseye this issue is mostly moot as a persistent journal
is now the default and the /var/log/journal directory has an ACL with
read permissions for the "adm" group and the admin user is already added
to this group.

buster:

# getfacl /run/log/journal/
getfacl: Removing leading '/' from absolute path names
# file: run/log/journal/
# owner: root
# group: systemd-journal
# flags: -s-
user::rwx
group::r-x
other::r-x

bullseye:

# getfacl /var/log/journal/
getfacl: Removing leading '/' from absolute path names
# file: var/log/journal/
# owner: root
# group: systemd-journal
# flags: -s-
user::rwx
group::r-x
group:adm:r-x
mask::r-x
other::r-x
default:user::rwx
default:group::r-x
default:group:adm:r-x
default:mask::r-x
default:other::r-x

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20200715/ee99f037/attachment.sig>


More information about the Pkg-systemd-maintainers mailing list