commit:     0ff48e66b630898f591d1ddef992e4ee868715f4
Author:     Sugar, David <dsugar <AT> tresys <DOT> com>
AuthorDate: Wed Mar 20 00:20:34 2019 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 10:05:25 2019 +0000
URL:        
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=0ff48e66

Allow ntpd to update timezone symlink

type=AVC msg=audit(1553013821.624:9907): avc:  denied  { create } for  
pid=16281 comm="systemd-timedat" name=".#localtime69bc4c9ad513a247" 
scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:object_r:etc_t:s0 
tclass=lnk_file permissive=1
type=AVC msg=audit(1553013821.624:9908): avc:  denied  { rename } for  
pid=16281 comm="systemd-timedat" name=".#localtime69bc4c9ad513a247" dev="dm-1" 
ino=714303 scontext=system_u:system_r:ntpd_t:s0 
tcontext=system_u:object_r:etc_t:s0 tclass=lnk_file permissive=1
type=AVC msg=audit(1553013821.624:9908): avc:  denied  { unlink } for  
pid=16281 comm="systemd-timedat" name="localtime" dev="dm-1" ino=1063377 
scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:object_r:etc_t:s0 
tclass=lnk_file permissive=1

Signed-off-by: Dave Sugar <dsugar <AT> tresys.com>
Signed-off-by: Jason Zaman <jason <AT> perfinion.com>

 policy/modules/services/ntp.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/services/ntp.te b/policy/modules/services/ntp.te
index f2df01a5..bf8d46a4 100644
--- a/policy/modules/services/ntp.te
+++ b/policy/modules/services/ntp.te
@@ -118,6 +118,7 @@ dev_rw_realtime_clock(ntpd_t)
 domain_use_interactive_fds(ntpd_t)
 domain_dontaudit_list_all_domains_state(ntpd_t)
 
+files_manage_etc_symlinks(ntpd_t)
 files_read_etc_runtime_files(ntpd_t)
 files_read_usr_files(ntpd_t)
 files_list_var_lib(ntpd_t)

Reply via email to