mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00
22 lines
678 B
Text
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,
|
|
}
|