Skip to content
Snippets Groups Projects
Commit 0ad37ff2 authored by jaejyn.shin's avatar jaejyn.shin Committed by Android Git Automerger
Browse files

am 318e0c9c: pstore file system labeling

* commit '318e0c9c':
  pstore file system labeling
parents 683f78bd 318e0c9c
Branches
Tags
No related merge requests found
...@@ -31,6 +31,7 @@ type mqueue, fs_type; ...@@ -31,6 +31,7 @@ type mqueue, fs_type;
type sdcard_internal, sdcard_type, fs_type, mlstrustedobject; type sdcard_internal, sdcard_type, fs_type, mlstrustedobject;
type sdcard_external, sdcard_type, fs_type, mlstrustedobject; type sdcard_external, sdcard_type, fs_type, mlstrustedobject;
type debugfs, fs_type, mlstrustedobject; type debugfs, fs_type, mlstrustedobject;
type pstorefs, fs_type;
# File types # File types
type unlabeled, file_type; type unlabeled, file_type;
......
...@@ -28,3 +28,4 @@ genfscon inotifyfs / u:object_r:inotify:s0 ...@@ -28,3 +28,4 @@ genfscon inotifyfs / u:object_r:inotify:s0
genfscon vfat / u:object_r:sdcard_external:s0 genfscon vfat / u:object_r:sdcard_external:s0
genfscon debugfs / u:object_r:debugfs:s0 genfscon debugfs / u:object_r:debugfs:s0
genfscon fuse / u:object_r:sdcard_internal:s0 genfscon fuse / u:object_r:sdcard_internal:s0
genfscon pstore / u:object_r:pstorefs:s0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment