cohoe / workstation

Ansible scripts to configure desktop workstations.
4 stars 2 forks source link

Container Cert SELinux Policy #89

Closed cohoe closed 2 years ago

cohoe commented 4 years ago
module container_cert 1.0;

require {
        type cert_t;
        type container_t;
        class file read;
        class file open;
        class file getattr;
        class file ioctl;
}

#============= syslogd_t ==============
allow container_t cert_t:file read;
allow container_t cert_t:file open;
allow container_t cert_t:file getattr;
allow container_t cert_t:file ioctl;
cohoe commented 2 years ago

I do not believe this is relevant anymore.