27 lines
No EOL
720 B
Text
27 lines
No EOL
720 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{usr/,}bin/gnome-browser-connector-host
|
|
profile gnome-browser-connector-host @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/python>
|
|
include <abstractions/dconf-write>
|
|
|
|
@{exec_path} mr,
|
|
|
|
/{usr/,}bin/env rix,
|
|
/{usr/,}bin/python3.[0-9]* rix,
|
|
|
|
/{usr/,}lib/python3.[0-9]*/site-packages/gnome_browser_connector/__pycache__/{,**} rw,
|
|
|
|
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
|
|
|
owner @{PROC}/@{pid}/mounts r,
|
|
|
|
include if exists <local/gnome-browser-connector-host>
|
|
} |