aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/domain.te
blob: 56f028c689f5412d1a50ddb04d30a6c6b70267fd (plain)
1
2
3
4
5
6
7
8
allow domain kernel:system module_request;
allow domain log_device:chr_file { write read open };
allow domain log_device:dir search;

type efs_device_file, dev_type;

# load SHIM libraries
allow init { domain -lmkd }:process noatsecure;