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

Allow getattr on tempfs files

am: bf030965

Change-Id: I3a10c619ce6e65ce531276ef4f97489605897062
parents acbf2ad3 bf030965
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