Merge "Allow userdata_exp partitions" into main
This commit is contained in:
commit
1a4ff9675f
2
storage/sepolicy/device.te
Normal file
2
storage/sepolicy/device.te
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Userdata Exp block device.
|
||||||
|
type userdata_exp_block_device, dev_type;
|
1
storage/sepolicy/e2fs.te
Normal file
1
storage/sepolicy/e2fs.te
Normal file
@ -0,0 +1 @@
|
|||||||
|
allow e2fs userdata_exp_block_device:blk_file rw_file_perms;
|
@ -3,3 +3,4 @@
|
|||||||
/dev/sg[0-9] u:object_r:sg_device:s0
|
/dev/sg[0-9] u:object_r:sg_device:s0
|
||||||
/data/vendor/storage(/.*)? u:object_r:dump_storage_data_file:s0
|
/data/vendor/storage(/.*)? u:object_r:dump_storage_data_file:s0
|
||||||
/vendor/bin/sg_read_buffer u:object_r:sg_util_exec:s0
|
/vendor/bin/sg_read_buffer u:object_r:sg_util_exec:s0
|
||||||
|
/dev/block/by-name/userdata_exp.* u:object_r:userdata_exp_block_device:s0
|
||||||
|
1
storage/sepolicy/fsck.te
Normal file
1
storage/sepolicy/fsck.te
Normal file
@ -0,0 +1 @@
|
|||||||
|
allow fsck userdata_exp_block_device:blk_file rw_file_perms;
|
@ -1,4 +1,8 @@
|
|||||||
allow vold sysfs_scsi_devices_0000:file rw_file_perms;
|
allow vold sysfs_scsi_devices_0000:file rw_file_perms;
|
||||||
|
|
||||||
|
# Access userdata_exp block device.
|
||||||
|
allow vold userdata_exp_block_device:blk_file rw_file_perms;
|
||||||
|
allowxperm vold userdata_exp_block_device:blk_file ioctl BLKSECDISCARD;
|
||||||
|
|
||||||
dontaudit vold dumpstate:fifo_file rw_file_perms;
|
dontaudit vold dumpstate:fifo_file rw_file_perms;
|
||||||
dontaudit vold dumpstate:fd use ;
|
dontaudit vold dumpstate:fd use ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user