apparmor/parser
John Johansen c059224811 Merge parsing of file rules with leading permissions into a single rule
Signed-off-by: John Johansen <john.johansen@canonical.com>
2010-12-20 11:56:30 -08:00
..
libapparmor_re Fix two x transition conflict bugs. 2010-12-20 11:52:53 -08:00
po Update translation files 2009-02-07 12:16:03 +00:00
tst Add auto generation of tests to verify leading and trailing perms for xrules 2010-12-20 11:54:27 -08: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 update the man pages to: 2010-12-20 13:47:09 -06:00
apparmor.pod update the man pages to: 2010-12-20 13:47:09 -06:00
apparmor.vim.pod update the man pages to: 2010-12-20 13:47:09 -06:00
apparmor_parser.pod update the man pages to: 2010-12-20 13:47:09 -06: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 Fix two x transition conflict bugs. 2010-12-20 11:52:53 -08:00
Makefile This minor patch updates the compilation dependencies for bits of the 2010-11-12 13:38:21 -08:00
parser.h Add profile names that are independent of attachment specification 2010-12-20 11:49:42 -08:00
parser_alias.c Add profile names that are independent of attachment specification 2010-12-20 11:49:42 -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 fixes the parser's lexer to not passthrough other invalid 2010-11-19 02:27:33 -08:00
parser_main.c Add ability to dump unique permission sets 2010-11-09 11:56:28 -08: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 Add profile names that are independent of attachment specification 2010-12-20 11:49:42 -08:00
parser_regex.c Add profile names that are independent of attachment specification 2010-12-20 11:49:42 -08: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 Merge parsing of file rules with leading permissions into a single rule 2010-12-20 11:56:30 -08: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 Bug: https://bugzilla.novell.com/show_bug.cgi?id=510740 2010-11-29 13:40:45 -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 the man pages to: 2010-12-20 13:47:09 -06: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