mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
![]() switch permission bits to use perm32_t type. This is just annotating the code as it is no different than uint32_t at this time. We do not convert the accept values as they may be mapped permission bits or they may be and index value. 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 | ||
all_rule.cc | ||
all_rule.h | ||
apparmor.d.pod | ||
apparmor.pod | ||
apparmor.service | ||
apparmor.systemd | ||
apparmor_parser.pod | ||
apparmor_xattrs.pod | ||
base_af_names.h | ||
base_cap_names.h | ||
bignum.h | ||
capability.h | ||
common_flags.h | ||
common_optarg.c | ||
common_optarg.h | ||
COPYING.GPL | ||
dbus.cc | ||
dbus.h | ||
default_features.c | ||
file_cache.h | ||
frob_slack_rc | ||
immunix.h | ||
io_uring.cc | ||
io_uring.h | ||
lib.c | ||
lib.h | ||
Makefile | ||
mount.cc | ||
mount.h | ||
mqueue.cc | ||
mqueue.h | ||
network.cc | ||
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 | ||
perms.h | ||
policy_cache.c | ||
policy_cache.h | ||
policydb.h | ||
profile-load | ||
profile.cc | ||
profile.h | ||
ptrace.cc | ||
ptrace.h | ||
rc.apparmor.functions | ||
rc.apparmor.slackware | ||
README | ||
README.devel | ||
rule.cc | ||
rule.h | ||
signal.cc | ||
signal.h | ||
techdoc.tex | ||
unit_test.h | ||
userns.cc | ||
userns.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