am fdc56c5f: genfs_contexts: provide a label for binfmt_misc

* commit 'fdc56c5ffec126b5d5ee257b816cfc6633667ace':
  genfs_contexts: provide a label for binfmt_misc
This commit is contained in:
Nick Kralevich 2015-04-11 16:00:28 +00:00 committed by Android Git Automerger
commit c53f343747
2 changed files with 2 additions and 0 deletions

View file

@ -38,6 +38,7 @@ type pstorefs, fs_type;
type functionfs, fs_type;
type oemfs, fs_type, contextmount_type;
type usbfs, fs_type;
type binfmt_miscfs, fs_type;
# File types
type unlabeled, file_type;

View file

@ -32,3 +32,4 @@ genfscon fuse / u:object_r:fuse:s0
genfscon pstore / u:object_r:pstorefs:s0
genfscon functionfs / u:object_r:functionfs:s0
genfscon usbfs / u:object_r:usbfs:s0
genfscon binfmt_misc / u:object_r:binfmt_miscfs:s0