diff options
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/system_server.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te index 072e89d..af878eb 100644 --- a/sepolicy/system_server.te +++ b/sepolicy/system_server.te @@ -2,3 +2,5 @@ # Needed for /system/vendor/lib/hw/gps.omap4.so allow system_server system_file:file { execmod }; + +allow system_server self:capability { sys_module }; |