This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Ashwin R C f540803573 sanders: update sepolicy.
-Fix Neverallows.
-Fix missing type.
-Fix type attributes.

Signed-off-by: Ashwin R C <ashwin2001achu@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
2019-06-29 16:45:56 +02:00

13 lines
449 B
Plaintext

#allow untrusted_app_25 hal_memtrack_hwservice:hwservice_manager find;
#allow untrusted_app_25 proc:file read;
#allow untrusted_app_25 qti_debugfs:file read;
allow untrusted_app_25 init:unix_stream_socket { read write };
allow untrusted_app_25 self:udp_socket ioctl;
allow untrusted_app_25 vold_exec:file read;
allow untrusted_app_25 device:dir read;
allow untrusted_app_25 rootfs:dir { open read };
allow untrusted_app_25 unlabeled:dir getattr;