ashmem_device is a character device, not a regular file.

Change-Id: Ie3d73d2c8d5c73e8bd359123f6fd3c006f332323
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2014-01-13 15:32:11 -05:00
parent 9a40702a46
commit 9fe4e7b852

View File

@ -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;