ba7a17bc80
The following steps are used to execute the tests using the standard test interface: Docker sudo ANSIBLE_INVENTORY=$(test -e inventory && echo inventory || echo /usr/share/ansible/inventory) TEST_SUBJECTS=docker:docker.io/library/fedora:26 TEST_ARTIFACTS=$PWD/artifacts ansible-playbook --tags container tests.yml Classic sudo ANSIBLE_INVENTORY=$(test -e inventory && echo inventory || echo /usr/share/ansible/inventory) TEST_SUBJECTS="" TEST_ARTIFACTS=$PWD/artifacts ansible-playbook --tags classic tests.yml https://src.fedoraproject.org/rpms/checkpolicy/pull-request/1
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;
|
|
|