apparmor/parser
2008-11-07 14:11:34 +00:00
..
libapparmor_re Improve dfa generation. 2008-11-07 13:00:05 +00:00
pcre Add an 'all' target for the pcre subdir. 2007-03-30 16:30:15 +00:00
po Update translation files 2008-11-07 12:01:08 +00:00
tst Update to allow external hats by specifying the hat keyword in front of 2008-06-09 12:00:42 +00:00
apparmor-parser.spec.in merge over change from 1082 - update parser .spec change log 2008-02-19 10:18:12 +00:00
apparmor.d.pod merge over r1088 - Add descriptiion of append, lock and network rules to the man page 2008-02-19 10:19:28 +00:00
apparmor.pod update copyright dates 2007-04-11 08:12:51 +00:00
apparmor.vim.pod update copyright dates 2007-04-11 08:12:51 +00:00
apparmor_parser.pod update copyright dates 2007-04-11 08:12:51 +00:00
COPYING.GPL Import the rest of the core functionality of the internal apparmor 2006-04-11 21:52:54 +00:00
frob_slack_rc Update keywords attribute, svn:ignore attribute, update Makefile to 2006-04-12 03:09:10 +00:00
immunix.h Basis for named transitions 2008-04-16 04:44:21 +00:00
Makefile exclude AF_CAN for now 2008-05-26 10:22:56 +00:00
parser.h Allow the parser to load opensuse 11.0 style hats and newer 2.3 style hats 2008-09-10 08:42:49 +00:00
parser_alias.c add missing parser_alias.c + fix parameter bug in parser.h 2008-04-11 17:43:22 +00:00
parser_include.c Fix a double free bug in include handling 2007-08-15 20:24:58 +00:00
parser_include.h update copyright dates 2007-04-11 08:12:51 +00:00
parser_interface.c Finish adding support to allow the parser to loaded dumped profiles 2008-09-10 08:44:53 +00:00
parser_lex.l commit patch provided by arekm 2008-05-29 18:58:18 +00:00
parser_main.c Allow the parser to load opensuse 11.0 style hats and newer 2.3 style hats 2008-09-10 08:42:49 +00:00
parser_merge.c update for ptrace rules 2008-04-09 23:56:31 +00:00
parser_misc.c Reverting previous commit. 2008-11-07 01:31:19 +00:00
parser_policy.c Allow the parser to load opensuse 11.0 style hats and newer 2.3 style hats 2008-09-10 08:42:49 +00:00
parser_regex.c Reverting previous commit. 2008-11-07 01:31:19 +00:00
parser_symtab.c update copyright dates 2007-04-11 08:12:51 +00:00
parser_variable.c update copyright dates 2007-04-11 08:12:51 +00:00
parser_yacc.y allow external hats to begin with ^ 2008-11-07 12:54:52 +00:00
rc.aaeventd.redhat fix case/esac indentation on rc.* 2008-11-07 01:46:03 +00:00
rc.aaeventd.suse Fix indentation for case/esac on rc.apparmor.suse rc.aaeventd.suse 2008-11-07 01:44:05 +00:00
rc.apparmor.debian fix case/esac indentation on rc.* 2008-11-07 01:46:03 +00:00
rc.apparmor.functions fix init script functions so that they don't make use of utilities from 2008-11-07 12:53:37 +00:00
rc.apparmor.redhat fix case/esac indentation on rc.* 2008-11-07 01:46:03 +00:00
rc.apparmor.slackware fix case/esac indentation on rc.* 2008-11-07 01:46:03 +00:00
rc.apparmor.suse fix init script dependency to use $null on stop 2008-11-07 14:11:34 +00:00
README Kill some bogus readme text 2007-04-25 20:50:21 +00:00
subdomain.conf Update keywords attribute, svn:ignore attribute, update Makefile to 2006-04-12 03:09:10 +00:00
subdomain.conf.pod update copyright dates 2007-04-11 08:12:51 +00:00
techdoc.tex Move the techdoc to the apparmor-parser package. 2007-04-12 06:01:40 +00:00

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
<http://forge.novell.com/modules/xfmod/project/?apparmor>.

Please send all complaints, bug reports, feature requests, rants about the
software, and questions to apparmor-general@forge.novell.com. Security
issues should be directed to security@suse.de or secure@novell.com,
where we will attempt to conform to the RFP vulnerability disclosure
protocol: http://www.wiretrip.net/rfp/policy.html

The parser uses the PCRE (Perl Compatible Regular Expression) engine,
which was written by Philip Hazel and is copyright by the University
of Cambridge, England. For more information on the PCRE engine, see
<ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/>

Thanks.

-- The AppArmor development team