apparmor/parser
2007-03-30 20:39:11 +00:00
..
libapparmor_re Introduce reference counting for syntax tree nodes. Use that to share AcceptNodes, and split the bits in AcceptNodes to minimize the number of states. 2007-03-30 20:38:51 +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 This patch fixes the apparmor parser tst Makefile to not use popd/pushd 2006-12-15 08:10:25 +00:00
apparmor-parser.spec.in Add buildrequires on flex and bison, from coolo@suse.de 2007-03-29 21:46:20 +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 Remove obsolete definition. 2007-03-30 20:39:11 +00:00
Makefile Always traverse subdirs to determine whether things need to be rebuilt 2007-03-30 16:26:50 +00:00
parser.h Add dfa support to the parser 2007-02-27 02:29:16 +00:00
parser_include.c This patch converts the call to fdopendir() to fclose(), opendir(), as 2006-11-20 05:20:16 +00:00
parser_include.h Update keywords attribute, svn:ignore attribute, update Makefile to 2006-04-12 03:09:10 +00:00
parser_interface.c Add dfa support to the parser 2007-02-27 02:29:16 +00:00
parser_lex.l [https://bugzilla.novell.com/show_bug.cgi?id=175388] 2006-08-04 17:14:06 +00:00
parser_main.c make dfa the default output mode 2007-03-30 17:32:00 +00:00
parser_merge.c Get rid of all the POS_ and some other unused definitions 2007-03-30 14:59:13 +00:00
parser_misc.c Add dfa support to the parser 2007-02-27 02:29:16 +00:00
parser_policy.c This patch fixes the parser to do duplicate rule elimination after 2007-03-30 18:34:37 +00:00
parser_regex.c Fix a couple of warnings in the recent trailing slash commit. 2007-03-14 22:35:55 +00:00
parser_symtab.c Update keywords attribute, svn:ignore attribute, update Makefile to 2006-04-12 03:09:10 +00:00
parser_variable.c Add dfa support to the parser 2007-02-27 02:29:16 +00:00
parser_yacc.y Add dfa support to the parser 2007-02-27 02:29:16 +00:00
rc.aaeventd.redhat Minor initscript cleanups thanks to Kees Cook and Magnus Runesson's 2007-03-26 20:52:45 +00:00
rc.aaeventd.suse Minor initscript cleanups thanks to Kees Cook and Magnus Runesson's 2007-03-26 20:52:45 +00:00
rc.apparmor.debian Minor initscript cleanups thanks to Kees Cook and Magnus Runesson's 2007-03-26 20:52:45 +00:00
rc.apparmor.functions Add an empty install-debian: target to keep the makefile from blowing up 2007-03-30 16:09:50 +00:00
rc.apparmor.redhat Minor initscript cleanups thanks to Kees Cook and Magnus Runesson's 2007-03-26 20:52:45 +00:00
rc.apparmor.slackware Minor initscript cleanups thanks to Kees Cook and Magnus Runesson's 2007-03-26 20:52:45 +00:00
rc.apparmor.suse Minor initscript cleanups thanks to Kees Cook and Magnus Runesson's 2007-03-26 20:52:45 +00:00
README test 2006-07-31 20:49:33 +00:00
subdomain.conf Update keywords attribute, svn:ignore attribute, update Makefile to 2006-04-12 03:09:10 +00:00

Package Contents
------------------
  README 		- This file.

  subdomain_parser	- This program loads the subdomain database into
			  the kernel via the sysctl(2) interface.
  subdomain.5		- Man page explaining the structure of the
			  subdomain profile file.
  change_hat.2		- Man page explaining the usage of the change_hat
			  syscall.

subdomain_parser takes all of its input from STDIN.  Thus, if you want to
use it to load a description file, you want to do something like:

	./subdomain_parser < /path/to/database/file

Of course, you can use cat, etc. to load the contents of multiple files at
the same time.

subdomain_parser allows you to add, replace, and remove definitions
through the use of command line options. The default is to add.
`subdomain_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