mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
36 lines
1 KiB
Bash
36 lines
1 KiB
Bash
# vim:syntax=apparmor
|
|
# Last Modified: Fri Feb 17 17:45:24 2006
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# 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/firefox.sh {
|
|
#include <abstractions/base>
|
|
#include <abstractions/bash>
|
|
#include <abstractions/consoles>
|
|
#include <abstractions/user-tmp>
|
|
|
|
/bin/basename mixr,
|
|
/bin/bash mixr,
|
|
/bin/gawk mixr,
|
|
/bin/grep mixr,
|
|
/etc/magic r,
|
|
/usr/bin/aoss Ux,
|
|
/usr/bin/file mixr,
|
|
/usr/bin/which mixr,
|
|
/usr/lib/firefox/* r,
|
|
# the shell script relies on LD_PRELOAD.
|
|
/usr/lib/firefox/firefox-bin px,
|
|
/usr/lib/firefox/firefox.sh rmix,
|
|
# the shell script relies on LD_PRELOAD.
|
|
/usr/lib/firefox/mozilla-xremote-client px,
|
|
/usr/share/misc/magic.mgc r,
|
|
}
|