update sepolicy

This commit is contained in:
Valera1978 2019-07-10 15:15:47 +03:00
parent afe78a8748
commit 3a7e788781
3 changed files with 5 additions and 0 deletions

View File

@ -1 +1,3 @@
allow hal_power_default sysfs:file write;
allow hal_power_default sysfs_input:dir search;
allow hal_power_default sysfs_input:file { write open };

View File

@ -0,0 +1,2 @@
allow hal_sensors_default system_data_file:dir { write add_name };
allow hal_sensors_default system_data_file:file { create open write getattr };

1
sepolicy/common/init.te Executable file
View File

@ -0,0 +1 @@
allow init system_file:dir relabelfrom;