Skip to content
Snippets Groups Projects
Commit 1699b2ae authored by Stephen Smalley's avatar Stephen Smalley Committed by Nick Kralevich
Browse files

Define contextmount_type attribute and add it to oemfs.


Several device-specific policy changes with the same Change-Id
also add this attribute to device-specific types.

Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>

(cherry picked from commit d2503ba8)

Change-Id: I08a718ba0d91641de720440e16abc0a04f5ec5a5
parent 66e903c6
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,9 @@ attribute domain; ...@@ -11,6 +11,9 @@ attribute domain;
# All types used for filesystems. # All types used for filesystems.
attribute fs_type; attribute fs_type;
# All types used for context= mounts.
attribute contextmount_type;
# All types used for files that can exist on a labeled fs. # All types used for files that can exist on a labeled fs.
# Do not use for pseudo file types. # Do not use for pseudo file types.
attribute file_type; attribute file_type;
......
...@@ -33,7 +33,7 @@ type sdcard_external, sdcard_type, fs_type, mlstrustedobject; ...@@ -33,7 +33,7 @@ type sdcard_external, sdcard_type, fs_type, mlstrustedobject;
type debugfs, fs_type, mlstrustedobject; type debugfs, fs_type, mlstrustedobject;
type pstorefs, fs_type; type pstorefs, fs_type;
type functionfs, fs_type; type functionfs, fs_type;
type oemfs, fs_type; type oemfs, fs_type, contextmount_type;
type usbfs, fs_type; type usbfs, fs_type;
# File types # File types
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment