summaryrefslogtreecommitdiff
path: root/sepolicy/shell.te (plain)
blob: c8d8e9a2b435c9b9e76d86b734ccc3136c7d3fea
1allow shell rootfs:file { entrypoint execute read getattr };
2allow shell sysfs:file { read open getattr };
3allow shell tee_data_file:dir getattr;
4
5allow shell hdcptx_device:chr_file { open read write getattr ioctl };
6
7