24 lines
No EOL
789 B
Text
24 lines
No EOL
789 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2020-2022 Mikhail Morfikov
|
|
# Copyright (C) 2022-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
@{bin}/* PUx,
|
|
/opt/*/** PUx,
|
|
/usr/share/*/* PUx,
|
|
/usr/local/bin/* PUx,
|
|
|
|
@{brave_path} Px,
|
|
@{chrome_path} Px,
|
|
@{chromium_path} Px,
|
|
@{firefox_path} Px,
|
|
@{opera_path} Px,
|
|
@{thunderbird_path} Px,
|
|
@{offices_path} PUx,
|
|
|
|
@{bin}/ r,
|
|
/ r,
|
|
/usr/ r,
|
|
/usr/local/bin/ r,
|
|
|
|
include if exists <abstractions/app-launcher-user.d> |