apparmor/parser-for-mainline
2007-02-05 23:54:33 +00:00
..
libapparmor_re add parser for-mainline branch 2007-02-05 23:54:33 +00:00
pcre add parser for-mainline branch 2007-02-05 23:54:33 +00:00
po add parser for-mainline branch 2007-02-05 23:54:33 +00:00
tst add parser for-mainline branch 2007-02-05 23:54:33 +00:00
apparmor-parser.spec.in add parser for-mainline branch 2007-02-05 23:54:33 +00:00
common add parser for-mainline branch 2007-02-05 23:54:33 +00:00
COPYING.GPL add parser for-mainline branch 2007-02-05 23:54:33 +00:00
frob_slack_rc add parser for-mainline branch 2007-02-05 23:54:33 +00:00
immunix.h add parser for-mainline branch 2007-02-05 23:54:33 +00:00
Make.rules add parser for-mainline branch 2007-02-05 23:54:33 +00:00
Makefile add parser for-mainline branch 2007-02-05 23:54:33 +00:00
parser.h add parser for-mainline branch 2007-02-05 23:54:33 +00:00
parser_include.c add parser for-mainline branch 2007-02-05 23:54:33 +00:00
parser_include.h add parser for-mainline branch 2007-02-05 23:54:33 +00:00
parser_interface.c add parser for-mainline branch 2007-02-05 23:54:33 +00:00
parser_lex.l add parser for-mainline branch 2007-02-05 23:54:33 +00:00
parser_main.c add parser for-mainline branch 2007-02-05 23:54:33 +00:00
parser_merge.c add parser for-mainline branch 2007-02-05 23:54:33 +00:00
parser_misc.c add parser for-mainline branch 2007-02-05 23:54:33 +00:00
parser_policy.c add parser for-mainline branch 2007-02-05 23:54:33 +00:00
parser_regex.c add parser for-mainline branch 2007-02-05 23:54:33 +00:00
parser_symtab.c add parser for-mainline branch 2007-02-05 23:54:33 +00:00
parser_variable.c add parser for-mainline branch 2007-02-05 23:54:33 +00:00
parser_yacc.y add parser for-mainline branch 2007-02-05 23:54:33 +00:00
rc.aaeventd.redhat add parser for-mainline branch 2007-02-05 23:54:33 +00:00
rc.aaeventd.suse add parser for-mainline branch 2007-02-05 23:54:33 +00:00
rc.apparmor.debian add parser for-mainline branch 2007-02-05 23:54:33 +00:00
rc.apparmor.functions add parser for-mainline branch 2007-02-05 23:54:33 +00:00
rc.apparmor.redhat add parser for-mainline branch 2007-02-05 23:54:33 +00:00
rc.apparmor.slackware add parser for-mainline branch 2007-02-05 23:54:33 +00:00
rc.apparmor.suse add parser for-mainline branch 2007-02-05 23:54:33 +00:00
README add parser for-mainline branch 2007-02-05 23:54:33 +00:00
subdomain.conf add parser for-mainline branch 2007-02-05 23:54:33 +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