psss / rpms / checkpolicy

Forked from rpms/checkpolicy 5 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;