mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-15 08:47:48 +01:00
16 lines
486 B
Text
16 lines
486 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,
|
|
/usr/local/{s,}bin/** PUx,
|
|
|
|
@{bin}/ r,
|
|
/ r,
|
|
/usr/ r,
|
|
/usr/local/{s,}bin/ r,
|
|
|
|
include if exists <abstractions/app-launcher-root.d>
|
|
|
|
# vim:syntax=apparmor
|