2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-28 12:58:07 +00:00

clean up the extras/README so that people can more easily see the point of the directory

This commit is contained in:
Seth Arnold 2006-05-03 21:22:02 +00:00
parent ecb3d24bde
commit feaeb486ec

View File

@ -9,9 +9,33 @@ In short, feel free to try these profiles if you wish, but be aware that
they may not work on default configurations, let alone your specific they may not work on default configurations, let alone your specific
configuration. configuration.
Feedback on these is welcomed; any contributions for this directory To use, for example, the postfix profiles, we recommend running commands
should be clearly licensed -- we recommend using the GPL. Please mail such as:
suggestions or modifications to the apparmor-general@forge.novell.com
mail list: http://forge.novell.com/mailman/listinfo/apparmor-general # cd /etc/apparmor/profiles/extras
# mv *postfix* usr.bin.procmail usr.sbin.sendmail /etc/apparmor.d/
# aa-complain /etc/apparmor.d/*postfix*
# aa-complain /etc/apparmor.d/usr.bin.procmail
# aa-complain /etc/apparmor.d/usr.sbin.sendmail
# rcapparmor restart
<use postfix>
# aa-logprof
<answer some questions>
Once you've used the profiles enough to feel confident that they will
work for your situation, then run commands such as the following:
# aa-enforce /etc/apparmor.d/*postfix*
# aa-enforce /etc/apparmor.d/usr.bin.procmail
# aa-enforce /etc/apparmor.d/usr.sbin.sendmail
You may use the aa-unconfined tool to make sure your profiles are
working as you expect.
Feedback on these unsupported profiles is welcomed; any
contributions for this directory should be clearly licensed
-- we recommend using the GPL. Please mail suggestions or
modifications to the apparmor-general@forge.novell.com mail list:
http://forge.novell.com/mailman/listinfo/apparmor-general
Thanks Thanks