Bug ID 1053528
Summary acct service use non absolute path ignoring chmod 066
Classification openSUSE
Product openSUSE Distribution
Version Leap 42.3
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee bnc-team-screening@forge.provo.novell.com
Reporter bruno@ioda-net.ch
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

[/usr/lib/systemd/system/acct.service:9] Executable path is not absolute,
ignoring: chmod 600 /var/log/account/pacct

in acct.service 

ExecStartPre=chmod 600 /var/log/account/pacct

need to be replaced by 

ExecStartPre=/usr/bin/chmod 600 /var/log/account/pacct


You are receiving this mail because: