From 892d44cca20353f0b5ac023b26383b7a52a32a4c Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sat, 3 Sep 2022 16:05:37 +0100 Subject: [PATCH] feat(profiles): remove unused abstractions. --- apparmor.d/abstractions/file-browsing-strict | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 apparmor.d/abstractions/file-browsing-strict diff --git a/apparmor.d/abstractions/file-browsing-strict b/apparmor.d/abstractions/file-browsing-strict deleted file mode 100644 index 277ca8917..000000000 --- a/apparmor.d/abstractions/file-browsing-strict +++ /dev/null @@ -1,15 +0,0 @@ -# apparmor.d - Full set of apparmor profiles -# Copyright (C) 2019-2021 Mikhail Morfikov -# SPDX-License-Identifier: GPL-2.0-only - - abi , - - deny @{PROC}/@{pid}/mountinfo r, - deny @{PROC}/@{pid}/mounts r, - - # Usually, apps shouldn't view this file - deny /etc/fstab r, - - deny /dev/disk/*/ r, - - include if exists \ No newline at end of file