aboutsummaryrefslogtreecommitdiffstats
path: root/init.te
diff options
context:
space:
mode:
Diffstat (limited to 'init.te')
-rw-r--r--init.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.te b/init.te
index c781849..191c570 100644
--- a/init.te
+++ b/init.te
@@ -86,6 +86,9 @@ allow init self:process { setexec setfscreate setsockcreate };
allow init property_data_file:dir create_dir_perms;
allow init property_data_file:file create_file_perms;
+# Set any property.
+allow init property_type:property_service set;
+
# Run "ifup lo" to bring up the localhost interface
allow init self:udp_socket { create ioctl };