5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
|
# Purpose : Nand device policy
|
||
|
allow recovery mtd_device:dir search;
|
||
|
allow recovery mtd_device:chr_file { read write open ioctl getattr };
|
||
|
allow recovery self:capability sys_resource;
|