aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/untrusted_app.te
blob: ca9e73160b72b4d325e504fb18986589fb29136f (plain)
1
2
3
4
5
allow untrusted_app domain:dir { getattr search };
allow untrusted_app domain:file { read open };
# S-Pen detection
allow untrusted_app input_device:dir { search write open read };
allow untrusted_app input_device:chr_file { getattr write ioctl read open };