psss / tests / selinux

Forked from tests/selinux 6 years ago
Clone
Blob Blame History Raw
module mypolicy 1.0;
require {
        type httpd_log_t;
        type postfix_postdrop_t;
        class dir getattr;
        class file { read getattr };
}
allow postfix_postdrop_t httpd_log_t:file getattr;