2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00
John Johansen a28e66c5fe Convert codomain to a class
Convert the codomain to a class, and the policy lists that store
codomains to stl containers instead of glibc twalk.

Signed-off-by: John Johansen <john.johansen@canonical.com>
[tyhicks: Merge with dbus changes and process_file_entries() cleanup]
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Acked-by: Steve Beattie <steve@nxnw.org>
2013-09-27 16:16:37 -07:00
..
2013-09-27 16:13:22 -07:00
2011-02-23 15:57:36 -08:00
2013-09-27 16:13:22 -07:00
2013-09-27 16:16:37 -07:00
2013-07-31 09:05:51 -07:00
2013-09-27 16:13:22 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:13:22 -07:00
2012-03-22 07:55:58 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:13:22 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:16:37 -07:00
2013-09-27 16:16:37 -07: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