2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

apparmor.d.pod: Fix writing of aa_change_profile

Signed-off-by: Jörg Sommer <joerg@jo-so.de>
This commit is contained in:
Jörg Sommer 2024-08-17 11:59:27 +00:00
parent 4c8a27457e
commit 8195500a1e

View File

@ -388,7 +388,7 @@ aa_change_hat(2) can take advantage of subprofiles to run under different
confinements, dependent on program logic. Several aa_change_hat(2)-aware
applications exist, including an Apache module, mod_apparmor(5); a PAM
module, pam_apparmor; and a Tomcat valve, tomcat_apparmor. Applications
written or modified to use change_profile(2) transition permanently to the
written or modified to use aa_change_profile(2) transition permanently to the
specified profile. libvirt is one such application.
=head2 Profile Head
@ -2157,7 +2157,7 @@ negative values match when specifying one or the other. Eg, 'rw' matches when
=head1 SEE ALSO
apparmor(7), apparmor_parser(8), apparmor_xattrs(7), aa-complain(1),
aa-enforce(1), aa_change_hat(2), mod_apparmor(5), and
aa-enforce(1), aa_change_hat(2), aa_change_profile(2), mod_apparmor(5), and
L<https://wiki.apparmor.net>.
=cut