Skip to content
Snippets Groups Projects
Commit e39e9483 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "te_macros: add map to tpmfs_domain"

parents c394258c 87cba6e8
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.
Finish editing this message first!
Please register or to comment