mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
![]() If a capability is known in policy but not by the kernel, check to see if it has a backwards mapping to a different capability and use that instead. Signed-off-by: John Johansen <john.johansen@canonical.com> |
||
---|---|---|
.. | ||
libapparmor_re | ||
po | ||
tst | ||
aa-teardown | ||
aa-teardown.pod | ||
af_rule.cc | ||
af_rule.h | ||
af_unix.cc | ||
af_unix.h | ||
apparmor.d.pod | ||
apparmor.pod | ||
apparmor.service | ||
apparmor.systemd | ||
apparmor_parser.pod | ||
apparmor_xattrs.pod | ||
base_cap_names.h | ||
capability.h | ||
common_optarg.c | ||
common_optarg.h | ||
COPYING.GPL | ||
dbus.cc | ||
dbus.h | ||
default_features.c | ||
frob_slack_rc | ||
immunix.h | ||
lib.c | ||
lib.h | ||
Makefile | ||
mount.cc | ||
mount.h | ||
network.c | ||
network.h | ||
parser.conf | ||
parser.h | ||
parser_alias.c | ||
parser_common.c | ||
parser_include.c | ||
parser_include.h | ||
parser_interface.c | ||
parser_lex.l | ||
parser_main.c | ||
parser_merge.c | ||
parser_misc.c | ||
parser_policy.c | ||
parser_regex.c | ||
parser_symtab.c | ||
parser_variable.c | ||
parser_yacc.y | ||
policy_cache.c | ||
policy_cache.h | ||
policydb.h | ||
profile.cc | ||
profile.h | ||
ptrace.cc | ||
ptrace.h | ||
rc.apparmor.debian | ||
rc.apparmor.functions | ||
rc.apparmor.redhat | ||
rc.apparmor.slackware | ||
README | ||
README.devel | ||
rule.cc | ||
rule.h | ||
signal.cc | ||
signal.h | ||
techdoc.tex | ||
unit_test.h |
The apparmor_parser allows you to add, replace, and remove AppArmor policy through the use of command line options. The default is to add. `apparmor_parser --help` shows what the command line options are. You can also find more information at https://wiki.apparmor.net -- The AppArmor development team