Merge "Allow domains to read tmpfs symlinks."
This commit is contained in:
commit
10a3a36a6e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ allow domain init:process sigchld;
|
|||
# Read access to properties mapping.
|
||||
allow domain kernel:fd use;
|
||||
allow domain tmpfs:file { read getattr };
|
||||
allow domain tmpfs:lnk_file { read getattr };
|
||||
|
||||
# Search /storage/emulated tmpfs mount.
|
||||
allow domain tmpfs:dir r_dir_perms;
|
||||
|
|
Loading…
Reference in a new issue