diff --git a/sepolicy/livedisplay.te b/sepolicy/livedisplay.te index a260e079..783edbfb 100644 --- a/sepolicy/livedisplay.te +++ b/sepolicy/livedisplay.te @@ -1,2 +1,6 @@ # Various knobs used by LiveDisplay allow system_server livedisplay_sysfs:file rw_file_perms; + +# Storage of default mode +allow system_server display_misc_file:dir r_dir_perms; +allow system_server display_misc_file:file create_file_perms;