Skip to content
Snippets Groups Projects
Commit d8c14e8a authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by android-build-merger
Browse files

Allow getattr on tempfs files

am: a0d3ff8e

Change-Id: I8965be0fe9d6ae9bb3a283731d3df226a5b4173b
parents 998c2ff9 a0d3ff8e
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;
define(`tmpfs_domain', `
type $1_tmpfs, file_type;
type_transition $1 tmpfs:file $1_tmpfs;
allow $1 $1_tmpfs:file { read write };
allow $1 $1_tmpfs:file { read write getattr };
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