From 5cc7fabda1be313e8e832d12a9a396facf37dc34 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 20 Nov 2018 16:39:07 +0100 Subject: [PATCH] FedoraBook.te: add more selinux --- FedoraBook.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FedoraBook.te b/FedoraBook.te index aff5838..9443156 100644 --- a/FedoraBook.te +++ b/FedoraBook.te @@ -31,6 +31,7 @@ require { class process2 nnp_transition; class service { reload status stop }; class dbus send_msg; + class sock_file read; } #============= NetworkManager_t ============== @@ -67,6 +68,7 @@ allow systemd_timedated_t init_var_lib_t:file { create open setattr write getatt allow systemd_timedated_t init_var_run_t:dir { add_name write }; allow systemd_timedated_t init_var_run_t:file { create open write }; allow systemd_timedated_t system_dbusd_var_run_t:dir read; +allow systemd_timedated_t system_dbusd_var_run_t:sock_file read; allow systemd_timedated_t systemd_networkd_var_run_t:dir read; #============= systemd_tmpfiles_t ==============