sm8250-common: sepolicy: Initial vendor sepolicy
Change-Id: I28ae7907209b5aae9806466556dc49639dd7c9e4
This commit is contained in:
parent
507155e7a5
commit
f9c9767e3b
40 changed files with 588 additions and 0 deletions
11
sepolicy/vendor/opf.te
vendored
Normal file
11
sepolicy/vendor/opf.te
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
type opf, domain;
|
||||
type opf_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
init_daemon_domain(opf)
|
||||
|
||||
type_transition opf device:file opf_file;
|
||||
|
||||
allow opf device:dir create_dir_perms;
|
||||
allow opf device:file create_file_perms;
|
||||
|
||||
allow opf opf_file:file create_file_perms;
|
||||
Loading…
Add table
Add a link
Reference in a new issue