mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-20 17:05:36 +01:00
feat(abs): remove some unused abstractions.
This commit is contained in:
parent
444b9ef77a
commit
8da2fd621a
7 changed files with 0 additions and 35 deletions
|
@ -1,20 +0,0 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2018 Nibaldo Gonzalez <nibgonz@gmail.com>
|
||||
# Copyright (C) 2019-2021 Mikhail Morfikov
|
||||
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# Flatpak
|
||||
/var/lib/flatpak/exports/share/{,**} r,
|
||||
/var/lib/flatpak/app/**/export/share/applications/{,*.desktop} r,
|
||||
|
||||
owner @{user_share_dirs}/flatpak/exports/share/{,**} r,
|
||||
owner @{user_share_dirs}/flatpak/app/{,**.desktop} r,
|
||||
deny owner @{user_share_dirs}/flatpak/** w,
|
||||
|
||||
# Snap
|
||||
/var/lib/snapd/desktop/applications/mimeinfo.cache r,
|
||||
/var/lib/snapd/desktop/applications/*.desktop r,
|
||||
/var/lib/snapd/desktop/applications/ r,
|
||||
|
||||
include if exists <abstractions/flatpak-snap.d>
|
|
@ -1,10 +0,0 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2018-2021 Mikhail Morfikov
|
||||
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
owner @{HOME}/.fzf/{,**} r,
|
||||
|
||||
owner @{HOME}/.fzf.* r,
|
||||
|
||||
include if exists <abstractions/fzf.d>
|
|
@ -150,7 +150,6 @@ profile apt @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
profile editor flags=(complain) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/fzf>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
@{sh_path} rix,
|
||||
|
|
|
@ -36,7 +36,6 @@ profile crontab @{exec_path} {
|
|||
profile editor {
|
||||
include <abstractions/base>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/fzf>
|
||||
|
||||
capability fsetid,
|
||||
|
||||
|
|
|
@ -165,7 +165,6 @@ profile git @{exec_path} {
|
|||
|
||||
profile editor {
|
||||
include <abstractions/base>
|
||||
include <abstractions/fzf>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
@{bin}/sensible-editor mr,
|
||||
|
|
|
@ -72,7 +72,6 @@ profile pass @{exec_path} {
|
|||
profile editor {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/fzf>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
@{bin}/vim{,.*} mrix,
|
||||
|
|
|
@ -40,7 +40,6 @@ profile vipw-vigr @{exec_path} {
|
|||
|
||||
profile editor {
|
||||
include <abstractions/base>
|
||||
include <abstractions/fzf>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
capability fsetid,
|
||||
|
|
Loading…
Add table
Reference in a new issue