Skip to content
Snippets Groups Projects
Commit 2001a8f3 authored by William Roberts's avatar William Roberts Committed by android-build-merger
Browse files

Merge "te_macros: add map to tpmfs_domain"

am: e39e9483

Change-Id: I8ee3fbc6210675a97e5ff0fc896934096c0fcfd0
parents 5a9d82e4 e39e9483
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ allow $1 $2:{ file lnk_file } r_file_perms; ...@@ -77,7 +77,7 @@ allow $1 $2:{ file lnk_file } r_file_perms;
define(`tmpfs_domain', ` define(`tmpfs_domain', `
type $1_tmpfs, file_type; type $1_tmpfs, file_type;
type_transition $1 tmpfs:file $1_tmpfs; type_transition $1 tmpfs:file $1_tmpfs;
allow $1 $1_tmpfs:file { read write getattr }; allow $1 $1_tmpfs:file { read write getattr map };
allow $1 tmpfs:dir { getattr search }; allow $1 tmpfs:dir { getattr search };
') ')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment