Update sepolicy/pawlet_device.te

This commit is contained in:
2025-08-19 12:24:49 -07:00
parent e422827eba
commit e7bb6cadb7

View File

@@ -5,10 +5,13 @@ type pawlet_device_exec, exec_type, file_type, system_file_type;
# Inherit from core domain
typeattribute pawlet_device coredomain;
# Property access
get_prop(pawlet_device, oxmc_prop)
set_prop(pawlet_device, oxmc_prop)
# Property access - use vendor property types
get_prop(pawlet_device, vendor_default_prop)
set_prop(pawlet_device, vendor_default_prop)
# Framework interactions
allow pawlet_device framework_res:file { read getattr };
allow pawlet_device system_server:service_manager find;
allow pawlet_device system_server:service_manager find;
# Additional file access permissions
allow pawlet_device vendor_default_prop:file { getattr open read map };