sm8150-common: sepolicy: Label oemnvitems
Change-Id: I2565354ea5c24ad0d385c2d34ab8b575bc7673d3
This commit is contained in:
parent
e926e32acb
commit
6165de0bc4
|
@ -6,3 +6,6 @@ type op2_file, file_type;
|
|||
type sysfs_fpc, sysfs_type, fs_type;
|
||||
type sysfs_motor, sysfs_type, fs_type;
|
||||
type sysfs_project_info, sysfs_type, fs_type;
|
||||
|
||||
# data
|
||||
type wifi_nv_data_file, file_type, data_file_type;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# Data files
|
||||
/data/vendor/oemnvitems/4678_0 u:object_r:wifi_nv_data_file:s0
|
||||
/data/vendor/oemnvitems/4678_1 u:object_r:wifi_nv_data_file:s0
|
||||
|
||||
# Files in rootfs
|
||||
/op1(/.*)? u:object_r:op1_file:s0
|
||||
/op2(/.*)? u:object_r:op2_file:s0
|
||||
|
|
Loading…
Reference in New Issue