apparmor/profiles/extras/usr.lib.firefox.firefox.sh
Seth Arnold 087c48b35e r3527@dhcp-81: root | 2006-08-02 15:33:07 -0700
Fix up the m, U, and P stuff, and other misc fixes
2006-08-04 18:13:59 +00:00

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,
}