Skip to content
Snippets Groups Projects
Commit 4c2bb841 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am c53f3437: am fdc56c5f: genfs_contexts: provide a label for binfmt_misc

* commit 'c53f3437':
  genfs_contexts: provide a label for binfmt_misc
parents 61ecf06e c53f3437
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ type pstorefs, fs_type; ...@@ -38,6 +38,7 @@ type pstorefs, fs_type;
type functionfs, fs_type; type functionfs, fs_type;
type oemfs, fs_type, contextmount_type; type oemfs, fs_type, contextmount_type;
type usbfs, fs_type; type usbfs, fs_type;
type binfmt_miscfs, fs_type;
# File types # File types
type unlabeled, file_type; type unlabeled, file_type;
......
...@@ -32,3 +32,4 @@ genfscon fuse / u:object_r:fuse:s0 ...@@ -32,3 +32,4 @@ genfscon fuse / u:object_r:fuse:s0
genfscon pstore / u:object_r:pstorefs:s0 genfscon pstore / u:object_r:pstorefs:s0
genfscon functionfs / u:object_r:functionfs:s0 genfscon functionfs / u:object_r:functionfs:s0
genfscon usbfs / u:object_r:usbfs:s0 genfscon usbfs / u:object_r:usbfs:s0
genfscon binfmt_misc / u:object_r:binfmt_miscfs:s0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment