File: aa-remove-unknown.pod

package info (click to toggle)
apparmor 2.11.0-3%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,708 kB
  • sloc: python: 18,992; ansic: 16,024; perl: 11,087; sh: 10,464; cpp: 5,309; yacc: 1,923; makefile: 1,643; pascal: 1,075; lex: 1,026; ruby: 374; exp: 250; java: 212; xml: 159
file content (51 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
=pod

=head1 NAME

aa-remove-unknown - remove unknown AppArmor profiles

=head1 SYNOPSIS

B<aa-remove-unknown> [option]

=head1 DESCRIPTION

B<aa-remove-unknown> will inventory all profiles in /etc/apparmor.d/, compare
that list to the profiles currently loaded into the kernel, and then remove all
of the loaded profiles that were not found in /etc/apparmor.d/. It will also
report the name of each profile that it removes on standard out.

=head1 OPTIONS

=over 4

=item -h, --help

displays a short usage statement.

=item -n

dry run; only prints the names of profiles that would be removed

=back

=head1 EXAMPLES

  $ sudo ./aa-remove-unknown -n
  Would remove 'test//null-/usr/bin/whoami'
  Would remove 'test'

  $ sudo ./aa-remove-unknown
  Removing 'test//null-/usr/bin/whoami'
  Removing 'test'

=head1 BUGS

None. Please report any you find to Launchpad at
L<https://bugs.launchpad.net/apparmor/+filebug>.

=head1 SEE ALSO

apparmor(7)

=cut