2017-02-07 21:41:44 +01:00
|
|
|
# blkid called from vold
|
|
|
|
|
2017-03-23 22:27:32 +01:00
|
|
|
typeattribute blkid coredomain;
|
|
|
|
|
2018-09-27 19:21:37 +02:00
|
|
|
type blkid_exec, system_file_type, exec_type, file_type;
|
2017-02-07 21:41:44 +01:00
|
|
|
|
|
|
|
# Allowed read-only access to encrypted devices to extract UUID/label
|
|
|
|
allow blkid block_device:dir search;
|
|
|
|
allow blkid userdata_block_device:blk_file r_file_perms;
|
|
|
|
allow blkid dm_device:blk_file r_file_perms;
|
|
|
|
|
|
|
|
# Allow stdin/out back to vold
|
|
|
|
allow blkid vold:fd use;
|
|
|
|
allow blkid vold:fifo_file { read write getattr };
|
|
|
|
|
|
|
|
# For blkid launched through popen()
|
|
|
|
allow blkid blkid_exec:file rx_file_perms;
|
|
|
|
|
|
|
|
# Only allow entry from vold
|
|
|
|
neverallow { domain -vold } blkid:process transition;
|
|
|
|
neverallow * blkid:process dyntransition;
|
|
|
|
neverallow blkid { file_type fs_type -blkid_exec -shell_exec }:file entrypoint;
|