Skip to content
Snippets Groups Projects
Commit 1bc17b61 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "cgroup: allow associate to tmpfs"

am: 5a30eadc

Change-Id: I02b0984e1ecb119e2793d01a950e2e643d3ea5c8
parents 3d765cfd 5a30eadc
No related branches found
No related tags found
No related merge requests found
...@@ -320,6 +320,7 @@ type vndservice_contexts_file, file_type; ...@@ -320,6 +320,7 @@ type vndservice_contexts_file, file_type;
# Allow files to be created in their appropriate filesystems. # Allow files to be created in their appropriate filesystems.
allow fs_type self:filesystem associate; allow fs_type self:filesystem associate;
allow cgroup tmpfs:filesystem associate;
allow sysfs_type sysfs:filesystem associate; allow sysfs_type sysfs:filesystem associate;
allow debugfs_type { debugfs debugfs_tracing }:filesystem associate; allow debugfs_type { debugfs debugfs_tracing }:filesystem associate;
allow file_type labeledfs:filesystem associate; allow file_type labeledfs:filesystem associate;
......
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