apparmor/parser
Steve Beattie abcd1f2975 This patch makes the parser's makefile honor CFLAGS that have been
exported in the environment. Without it, merely setting the CFLAGS
environment variable would not affect the compilation of the parser,
though it was still possible to override it by passing the variable
as an argument (e.g. make all CFLAGS="-Oinsane -Wextra-special").

It also makes the default CFLAGS for the parser consistent with
the default for the C++ dfa library, and passes the flags on to
the library.

An audit of the other bits of C showed that they either supported
CFLAGS during configure or were otherwise honoring CFLAGS when set
as environment variable.
2010-10-09 14:15:59 -07:00
..
libapparmor_re On certain graphs the dfa graph dump output can become messed up as it isn't properly handling non-printing characters in the case of single character 2010-08-17 08:02:27 -07:00
po Update translation files 2009-02-07 12:16:03 +00:00
tst Reorders the timstamp check to move it to the beginning of the 2010-09-15 14:28:35 -07:00
apparmor-parser.spec.in clear remaining $Id$ tags, since bzr does not suppor them 2009-11-11 10:44:26 -08:00
apparmor.d.pod add commented, but blank tunables/alias 2010-01-11 14:19:35 -06:00
apparmor.pod update more documentation, update Debian start-up script for LSB, flip logprof repo 2009-11-11 10:51:05 -08:00
apparmor.vim.pod update copyright dates 2007-04-11 08:12:51 +00:00
apparmor_parser.pod This patch adds back in the -p flag, allowing the dumping of a 2010-06-26 13:13:52 -07:00
COPYING.GPL Remove pcre and update tests where necessary 2010-07-31 16:00:52 -07:00
frob_slack_rc Update keywords attribute, svn:ignore attribute, update Makefile to 2006-04-12 03:09:10 +00:00
immunix.h Add user side support for pux exec mode 2009-08-20 15:41:10 +00:00
Makefile This patch makes the parser's makefile honor CFLAGS that have been 2010-10-09 14:15:59 -07:00
parser.h drop duplicate extern from rev 1496 2010-09-15 12:24:12 -07:00
parser_alias.c Allow for a location to alias to multiple locations. Ie. 2010-02-12 13:51:27 -08:00
parser_include.c This patch adds a couple of additional lineno reporting testcases: 2010-06-25 12:43:48 -07:00
parser_include.h hrm, since I added code, I need to update the copyright details. 2010-06-04 18:57:01 -07:00
parser_interface.c Effectively revert revno 1471, and fix the misdetected error condition 2010-09-14 12:38:38 -07:00
parser_lex.l This patch changes how cache validation is done, by moving it post 2010-09-14 12:22:02 -07:00
parser_main.c When loading without the 2.4 compatibility patch, the parser needs the 2010-09-16 10:24:50 -07:00
parser_merge.c update for ptrace rules 2008-04-09 23:56:31 +00:00
parser_misc.c Remove pcre and update tests where necessary 2010-07-31 16:00:52 -07:00
parser_policy.c Fix debug options so they don't go through the dfa engine, significantly 2010-03-12 15:26:32 -08:00
parser_regex.c Remove pcre and update tests where necessary 2010-07-31 16:00:52 -07:00
parser_symtab.c Remove pcre and update tests where necessary 2010-07-31 16:00:52 -07:00
parser_variable.c Remove pcre and update tests where necessary 2010-07-31 16:00:52 -07:00
parser_yacc.y Fix many compile-time warnings. 2010-07-26 09:22:45 -07:00
rc.aaeventd.redhat clear remaining $Id$ tags, since bzr does not suppor them 2009-11-11 10:44:26 -08: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 include *.dpkg-bak in files to ignore 2010-02-16 12:56:04 -08: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 Remove pcre and update tests where necessary 2010-07-31 16:00:52 -07: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

Thanks.

-- The AppArmor development team