mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
feat(profiles): add some freedesktop related profiles.
This commit is contained in:
parent
039b7ab2cb
commit
10148786d2
16
apparmor.d/groups/freedesktop/desktop-file-install
Normal file
16
apparmor.d/groups/freedesktop/desktop-file-install
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# 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/desktop-file-install
|
||||||
|
profile desktop-file-install @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
include if exists <local/desktop-file-install>
|
||||||
|
}
|
16
apparmor.d/groups/freedesktop/xdg-desktop-icon
Normal file
16
apparmor.d/groups/freedesktop/xdg-desktop-icon
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# 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/xdg-desktop-icon
|
||||||
|
profile xdg-desktop-icon @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
include if exists <local/xdg-desktop-icon>
|
||||||
|
}
|
20
apparmor.d/groups/freedesktop/xdg-user-dirs-gtk-update
Normal file
20
apparmor.d/groups/freedesktop/xdg-user-dirs-gtk-update
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# 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/xdg-user-dirs-gtk-update
|
||||||
|
profile xdg-user-dirs-gtk-update @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/gtk>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
owner @{user_config_dirs}/user-dirs.dirs r,
|
||||||
|
owner @{user_config_dirs}/user-dirs.locale r,
|
||||||
|
|
||||||
|
include if exists <local/xdg-user-dirs-gtk-update>
|
||||||
|
}
|
16
apparmor.d/profiles-a-f/cracklib-packer
Normal file
16
apparmor.d/profiles-a-f/cracklib-packer
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# 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/,}{s,}bin/cracklib-packer
|
||||||
|
profile cracklib-packer @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
include if exists <local/cracklib-packer>
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user