e92b874fda
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/checkpolicy#611818c50ab52cb1d01890df4a3296b290b7fd82
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
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;
|
|
|