Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68cca806 authored by Francescodario Cuzzocrea's avatar Francescodario Cuzzocrea
Browse files

universal8890: quiet system_server trying to access persist_block_device

 * its a neverallow

Change-Id: I68fecea75264062d0bdf6b3ec2529dfc5df87dfa
parent c7985294
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -63,3 +63,5 @@ allow system_server debugfs_ion:file { getattr open read };
allow system_server debugfs_mali:dir { open read search };
allow system_server debugfs_mali:dir { open read search };


allow system_server crash_dump:process getpgid;
allow system_server crash_dump:process getpgid;

dontaudit system_server persist_block_device:blk_file { getattr ioctl open read write };