You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/hacking/tests/selinux
Rick Elrod bd9e31fcb0
Add a custom policy for hackers using ansible-test (#68535)
Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
..
README.md Add a custom policy for hackers using ansible-test (#68535) 4 years ago
ansible-podman.te Add a custom policy for hackers using ansible-test (#68535) 4 years ago
build.sh Add a custom policy for hackers using ansible-test (#68535) 4 years ago

README.md

ansible-podman selinux module

On Fedora-derived systems (and possibly others), selinux can prevent podman from running the way we need it to for our tests to work.

Loading this module (hopefully) allows you to keep selinux enabled and still be able to run our tests.

To use it, just run:

./build.sh

...which will build the module. Then run:

sudo semodule -i ansible-podman.pp

to insert and enable the module.