user privs: add groups for reading logs/coredumps

This commit is contained in:
Keith Whyte 2023-03-30 23:06:42 +02:00
parent 5efa2f813c
commit 60432f69b1

View file

@ -47,7 +47,7 @@ class rhizo_base::users {
ensure => present, ensure => present,
uid => '2060', uid => '2060',
gid => 'users', gid => 'users',
groups => 'operator', groups => [ 'adm', 'operator', 'systemd-journal'],
membership => inclusive, membership => inclusive,
home => '/home/osmocom', home => '/home/osmocom',
shell => '/bin/bash', shell => '/bin/bash',