diff options
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/workarounds.te | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sepolicy/workarounds.te b/sepolicy/workarounds.te index 7b0b6ab..686d5cb 100644 --- a/sepolicy/workarounds.te +++ b/sepolicy/workarounds.te @@ -21,8 +21,8 @@ allow thermanager sysfs_battery_supply:dir search; allow thermanager sysfs_battery_supply:file { open read write }; #============= scd ============== -allow scd scd_data:dir { getattr search }; -allow scd scd_data:file { getattr open read write }; +allow scd scd_data:dir { getattr search write add_name }; +allow scd scd_data:file { getattr open read write create }; allow scd socket_device:dir { add_name remove_name write }; allow scd socket_device:sock_file { create getattr setattr unlink write }; allow scd sysfs:file { getattr open read }; |