proc_type attribute for files under /proc.
With this attribute it will be easier to reference /proc files.
Bug: 74182216
Test: policy builds
Change-Id: I5b7da508d821e45f122832261a742a201e8fdf2c
diff --git a/private/file.te b/private/file.te
index 0dcf254..fda972b 100644
--- a/private/file.te
+++ b/private/file.te
@@ -1,5 +1,5 @@
# /proc/config.gz
-type config_gz, fs_type;
+type config_gz, fs_type, proc_type;
# /data/misc/stats-data, /data/misc/stats-service
type stats_data_file, file_type, data_file_type, core_data_file_type;