summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-19 01:28:48 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-19 01:28:48 +0000
commit21deb47b677ec68b1cfef283850f15c04d5a9359 (patch)
tree2d70065f48a91eeebf2b9c8872c4589bfeae5275
parent7748c8f6e1105a97375ee4fc4dfee2986a55b6e6 (diff)
parent222210b2655c85bbb52d750f5ce11f1908374d05 (diff)
downloadpixel-sepolicy-21deb47b677ec68b1cfef283850f15c04d5a9359.tar.gz
Snap for 9966400 from 222210b2655c85bbb52d750f5ce11f1908374d05 to udc-release
Change-Id: I1dd2fd44ae613fb453c49bf9569de9dea7544da5
-rw-r--r--storage/file.te1
-rw-r--r--storage/genfs_contexts2
-rw-r--r--storage/shell.te6
-rw-r--r--storage/vold.te6
4 files changed, 0 insertions, 15 deletions
diff --git a/storage/file.te b/storage/file.te
deleted file mode 100644
index ba7f362..0000000
--- a/storage/file.te
+++ /dev/null
@@ -1 +0,0 @@
-type debugfs_lpm, debugfs_type, fs_type;
diff --git a/storage/genfs_contexts b/storage/genfs_contexts
deleted file mode 100644
index 2f0b5bb..0000000
--- a/storage/genfs_contexts
+++ /dev/null
@@ -1,2 +0,0 @@
-genfscon debugfs /lpm_stats/stats u:object_r:debugfs_lpm:s0
-genfscon sysfs /devices/platform/soc/1d84000.ufshc/power u:object_r:sysfs_scsi_devices_0000:s0
diff --git a/storage/shell.te b/storage/shell.te
deleted file mode 100644
index d8145f1..0000000
--- a/storage/shell.te
+++ /dev/null
@@ -1,6 +0,0 @@
-userdebug_or_eng(`
- allow shell debugfs_lpm:file r_file_perms;
- allow shell sysfs_scsi_devices_0000:file r_file_perms;
- allow shell sysfs_mmc:dir r_dir_perms;
-')
-
diff --git a/storage/vold.te b/storage/vold.te
deleted file mode 100644
index 46eea34..0000000
--- a/storage/vold.te
+++ /dev/null
@@ -1,6 +0,0 @@
-allow vold sysfs_scsi_devices_0000:file rw_file_perms;
-allow vold modem_efs_file:dir rw_dir_perms;
-allow vold modem_userdata_file:dir rw_dir_perms;
-
-dontaudit vold dumpstate:fifo_file rw_file_perms;
-dontaudit vold dumpstate:fd use ;