Skip to content

Commit

Permalink
Denial during cockpit use
Browse files Browse the repository at this point in the history
node=localhost type=USER_AVC msg=audit(1702256090.674:226515): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='avc:  denied  { status } for auid=n/a uid=0 gid=0 path="/usr/lib/systemd/system/chronyd.service" cmdline="/usr/lib/systemd/systemd-timedated" function="mac_selinux_filter" scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:object_r:chronyd_unit_t:s0 tclass=service permissive=0 exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=?  terminal=?' UID="root" AUID="unset" AUID="root" UID="root" GID="root" SAUID="root"

Signed-off-by: Dave Sugar <[email protected]>
  • Loading branch information
dsugar100 committed Jan 3, 2024
1 parent e469e13 commit bf928bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy/modules/services/ntp.te
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ ifdef(`init_systemd',`
optional_policy(`
chronyd_enabledisable(ntpd_t)
chronyd_startstop(ntpd_t)
chronyd_status(ntpd_t)
')

optional_policy(`
Expand Down

0 comments on commit bf928bb

Please sign in to comment.