aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/time_daemon.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/time_daemon.te')
-rw-r--r--sepolicy/time_daemon.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/time_daemon.te b/sepolicy/time_daemon.te
index 6bd661a..53503d9 100644
--- a/sepolicy/time_daemon.te
+++ b/sepolicy/time_daemon.te
@@ -1,2 +1,5 @@
allow time_daemon property_socket:sock_file write;
get_prop(time_daemon, diag_prop);
+allow time_daemon diag_device:chr_file { read write };
+allow time_daemon diag_device:chr_file open;
+allow time_daemon diag_device:chr_file ioctl;