logprof update
[mirrors/AppArmor-Profiles.git] / usr.bin.apropos
1 # ------------------------------------------------------------------
2 #
3 # Copyright (C) 2002-2005 Novell/SUSE
4 #
5 # This program is free software; you can redistribute it and/or
6 # modify it under the terms of version 2 of the GNU General Public
7 # License published by the Free Software Foundation.
8 #
9 # ------------------------------------------------------------------
10
11 #include <tunables/global>
12
13 /usr/bin/apropos {
14 #include <abstractions/base>
15 #include <abstractions/bash>
16 #include <abstractions/consoles>
17 /bin/basename mixr,
18 /bin/bash mixr,
19 /bin/grep mixr,
20 /etc/manpath.config r,
21 /usr/bin/apropos rmix,
22 /usr/bin/man Px,
23 /usr/bin/tr mixr,
24 /var/cache/man/whatis r,
25 /var/cache/man/** r,
26 }
This page took 0.319952 seconds and 4 git commands to generate.