apparmor/parser
Steve Beattie 2737f6bc97 Patch by jjohansen@suse.de
Acked-By: Steve Beattie <sbeattie@suse.de>

Support for basic network mediation keywords.
2007-07-27 20:29:47 +00:00
..
libapparmor_re Patch from jjohansen@suse.de 2007-07-27 20:25:59 +00:00
pcre Add an 'all' target for the pcre subdir. 2007-03-30 16:30:15 +00:00
po More translation updates. 2006-11-20 04:48:27 +00:00
tst Allow inverted character classes in non-quoted pathnames. This conflicts 2007-05-10 05:21:44 +00:00
apparmor-parser.spec.in Ugh, how did I mess up the changelog entry like that? Sigh. 2007-05-15 19:36:49 +00:00
apparmor.d.pod clean up the BNF-ish language description; indicate the trailing-slash requirement for directories; add a few new change_hat applications 2007-04-11 23:47:58 +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 Patch by jjohansen@suse.de 2007-07-27 20:29:47 +00:00
Makefile Patch by jjohansen@suse.de 2007-07-27 20:29:47 +00:00
parser.h Patch by jjohansen@suse.de 2007-07-27 20:29:47 +00:00
parser_include.c convert a malloc/strcpy to just a straight strdup(). 2007-05-24 22:07:39 +00:00
parser_include.h update copyright dates 2007-04-11 08:12:51 +00:00
parser_interface.c Patch by jjohansen@suse.de 2007-07-27 20:29:47 +00:00
parser_lex.l Patch by jjohansen@suse.de 2007-07-27 20:29:47 +00:00
parser_main.c Fix gcc warning about possible uninitialized use of the ms variable; if 2007-07-18 14:22:59 +00:00
parser_merge.c update copyright dates 2007-04-11 08:12:51 +00:00
parser_misc.c Patch by jjohansen@suse.de 2007-07-27 20:29:47 +00:00
parser_policy.c flatten hats for individual profile load 2007-06-26 21:09:46 +00:00
parser_regex.c update copyright dates 2007-04-11 08:12:51 +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 Patch by jjohansen@suse.de 2007-07-27 20:29:47 +00:00
rc.aaeventd.redhat Fix return code propogation in the initscripts, and return the 2007-05-24 05:00:34 +00:00
rc.aaeventd.suse Fix return code propogation in the initscripts, and return the 2007-05-24 05:00:34 +00:00
rc.apparmor.debian fix formatting of description field in initscripts 2007-05-28 03:42:26 +00:00
rc.apparmor.functions Fix return code propogation in the initscripts, and return the 2007-05-24 05:00:34 +00:00
rc.apparmor.redhat fix formatting of description field in initscripts 2007-05-28 03:42:26 +00:00
rc.apparmor.slackware Fix return code propogation in the initscripts, and return the 2007-05-24 05:00:34 +00:00
rc.apparmor.suse fix formatting of description field in initscripts 2007-05-28 03:42:26 +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