summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTri Vo <trong@google.com>2018-03-27 16:52:10 -0700
committerTri Vo <trong@google.com>2018-03-27 16:52:14 -0700
commitb65198cc6b9bcbc172ef0b0daf7b3b5de26c1a18 (patch)
treed877a6111f2e645f183c49c519fc6e7d9d5d7bd7
parente64e239b4c0d3446b9cdf15de203ae64db4c6265 (diff)
downloadbullhead-b65198cc6b9bcbc172ef0b0daf7b3b5de26c1a18.tar.gz
bullhead: Mark proc_* types with proc_type attribute.
Bug: 74182216 Test: build policy Change-Id: I0d8cbd3f5eded4618f2594936661a7250e8149d2
-rw-r--r--sepolicy/file.te6
1 files changed, 3 insertions, 3 deletions
diff --git a/sepolicy/file.te b/sepolicy/file.te
index fb8636c..d3008e2 100644
--- a/sepolicy/file.te
+++ b/sepolicy/file.te
@@ -74,9 +74,9 @@ type sysfs_socinfo, fs_type, sysfs_type;
type sysfs_msmuart_file, sysfs_type, fs_type;
# type for proc files
-type proc_irq, fs_type;
-type proc_kernel_sched, fs_type;
-type proc_wifi_dbg, fs_type;
+type proc_irq, fs_type, proc_type;
+type proc_kernel_sched, fs_type, proc_type;
+type proc_wifi_dbg, fs_type, proc_type;
# type for nanoapp_cmd
type sysfs_nanoapp_cmd, sysfs_type, fs_type;