user privs: add groups for reading logs/coredumps
This commit is contained in:
parent
5efa2f813c
commit
60432f69b1
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class rhizo_base::users {
|
|||
ensure => present,
|
||||
uid => '2060',
|
||||
gid => 'users',
|
||||
groups => 'operator',
|
||||
groups => [ 'adm', 'operator', 'systemd-journal'],
|
||||
membership => inclusive,
|
||||
home => '/home/osmocom',
|
||||
shell => '/bin/bash',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue