apparmor/profiles/extras/usr.lib.firefox.mozilla-xremote-client
Steve Beattie 6d3e74907d Import the rest of the core functionality of the internal apparmor
development tree (trunk branch). From svn repo version 6381.
2006-04-11 21:52:54 +00:00

22 lines
678 B
Text

# vim:syntax=apparmor
# Last Modified: Thu Sep 1 23:02:44 2005
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public
# License published by the Free Software Foundation.
#
# ------------------------------------------------------------------
#include <tunables/global>
/usr/lib/firefox/mozilla-xremote-client {
#include <abstractions/base>
#include <abstractions/X>
/usr/lib/mozilla/lib*so* r,
/usr/lib/firefox/mozilla-xremote-client r,
/usr/X11R6/lib/lib*so* r,
}