diff options
Diffstat (limited to 'sepolicy/location.te')
-rw-r--r-- | sepolicy/location.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/location.te b/sepolicy/location.te new file mode 100644 index 0000000..0e4623a --- /dev/null +++ b/sepolicy/location.te @@ -0,0 +1,3 @@ +allow location system_data_file:dir { write remove_name }; +allow location system_data_file:sock_file { unlink create setattr }; +allow location system_data_file:dir add_name; |