mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00

Pull in conversion to texlive-latex from openSUSE Mark manpages as documentation (I didn't know files outside of /usr/share/doc/packages/%{name}-%{version} could be marked as such).
21 lines
945 B
Text
21 lines
945 B
Text
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
|
|
|
|
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
|