Skip to content
Snippets Groups Projects
Commit 9fe4e7b8 authored by Stephen Smalley's avatar Stephen Smalley
Browse files

ashmem_device is a character device, not a regular file.


Change-Id: Ie3d73d2c8d5c73e8bd359123f6fd3c006f332323
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent 9a40702a
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,5 @@ allow recovery {fs_type dev_type -kmem_device file_type}:dir_file_class_set rela
allow recovery unlabeled:filesystem mount;
allow recovery self:process execmem;
allow recovery ashmem_device:file execute;
allow recovery ashmem_device:chr_file execute;
allow recovery tmpfs:file rx_file_perms;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment