blob: 1b46b73b9998fbb744d13192afd1fc1c10a41281 (
plain)
1
2
3
4
5
6
|
#
allow untrusted_app debugfs:dir { open read };
allow untrusted_app self:udp_socket ioctl;
allow untrusted_app sysfs:file { getattr open read };
allow untrusted_app system_data_file:file read;
|