apparmor/parser
2006-08-04 21:30:34 +00:00
..
pcre Import the rest of the core functionality of the internal apparmor 2006-04-11 21:52:54 +00:00
po Set svn keyword properties on a couple of missed files. 2006-05-31 21:44:14 +00:00
tst add parser test files that I failed to add when the parser m and P patches where committed 2006-08-04 17:24:51 +00:00
apparmor-parser.spec.in Two changes: 2006-05-31 22:38:30 +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 update parser to use HAS_X macros 2006-08-04 17:20:16 +00:00
Makefile Two changes: 2006-05-31 22:38:30 +00:00
parser.h [https://bugzilla.novell.com/show_bug.cgi?id=172061] 2006-08-04 17:14:49 +00:00
parser_include.c https://bugzilla.novell.com/show_bug.cgi?id=160330 2006-04-28 03:26:57 +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 revert interface version to v2 2006-08-04 21:30:34 +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 update parser to use HAS_X macros 2006-08-04 17:20:16 +00:00
parser_merge.c update parser to use HAS_X macros 2006-08-04 17:20:16 +00:00
parser_misc.c update parser to use HAS_X macros 2006-08-04 17:20:16 +00:00
parser_policy.c Fixup a type-mismatch that happened to not cause crashes purely by 2006-05-18 16:26:28 +00:00
parser_regex.c Update keywords attribute, svn:ignore attribute, update Makefile to 2006-04-12 03:09:10 +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 Update keywords attribute, svn:ignore attribute, update Makefile to 2006-04-12 03:09:10 +00:00
parser_yacc.y [https://bugzilla.novell.com/show_bug.cgi?id=172061] 2006-08-04 17:14:49 +00:00
rc.aaeventd.suse Remove NOVELL from Short-Descriptions; make the aaeventd have a unique (and meaningful) short-description. Replace some red hat initscript 'subdomain' with 'apparmor' 2006-05-09 18:01:05 +00:00
rc.apparmor.debian Remove NOVELL from Short-Descriptions; make the aaeventd have a unique (and meaningful) short-description. Replace some red hat initscript 'subdomain' with 'apparmor' 2006-05-09 18:01:05 +00:00
rc.apparmor.functions change init script to use skipped_msg 2006-08-04 17:16:47 +00:00
rc.apparmor.redhat Remove NOVELL from Short-Descriptions; make the aaeventd have a unique (and meaningful) short-description. Replace some red hat initscript 'subdomain' with 'apparmor' 2006-05-09 18:01:05 +00:00
rc.apparmor.slackware Update keywords attribute, svn:ignore attribute, update Makefile to 2006-04-12 03:09:10 +00:00
rc.apparmor.suse update boot prereq for suse 2006-08-04 17:20:46 +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