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