Skip to content
Snippets Groups Projects
Commit ae0b835c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Sepolicy for rw mount point for vendors." into pi-dev

parents 1f4037f2 210a805b
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@
lowpan_service
mediaextractor_update_service
mediaprovider_tmpfs
mnt_vendor_file
netd_stable_secret_prop
network_watchlist_data_file
network_watchlist_service
......
......@@ -54,6 +54,7 @@
lowpan_prop
lowpan_service
mediaextractor_update_service
mnt_vendor_file
network_watchlist_data_file
network_watchlist_service
perfetto
......
......@@ -526,3 +526,7 @@
/mnt/user(/.*)? u:object_r:mnt_user_file:s0
/mnt/runtime(/.*)? u:object_r:storage_file:s0
/storage(/.*)? u:object_r:storage_file:s0
#############################
# mount point for read-write vendor partitions
/mnt/vendor(/.*)? u:object_r:mnt_vendor_file:s0
......@@ -1357,3 +1357,9 @@ userdebug_or_eng(`
dontaudit domain proc_type:file create;
dontaudit domain sysfs_type:file create;
')
# Platform must not have access to /mnt/vendor.
neverallow {
coredomain
-init
} mnt_vendor_file:dir *;
......@@ -225,6 +225,9 @@ type storage_file, file_type;
type mnt_media_rw_stub_file, file_type;
type storage_stub_file, file_type;
# Mount location for read-write vendor partitions.
type mnt_vendor_file, file_type;
# /postinstall: Mount point used by update_engine to run postinstall.
type postinstall_mnt_dir, file_type;
# Files inside the /postinstall mountpoint are all labeled as postinstall_file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment