mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-19 09:28:17 +01:00
29 lines
819 B
Text
29 lines
819 B
Text
# vim:syntax=apparmor
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2020-2021 Mikhail Morfikov
|
|
#
|
|
# 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.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{MOZ_LIBDIR} = /{usr/,}lib/firefox{,-esr}
|
|
@{MOZ_HOMEDIR} = @{HOME}/.mozilla
|
|
@{MOZ_CACHEDIR} = @{HOME}/.cache/mozilla
|
|
|
|
@{exec_path} = @{MOZ_LIBDIR}/plugin-container
|
|
profile firefox-plugin-container @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
signal (receive) set=(term, kill) peer=firefox,
|
|
|
|
@{exec_path} mr,
|
|
|
|
include if exists <local/firefox-plugin-container>
|
|
}
|