apparmor.d/apparmor.d/lsblk
2021-01-10 16:35:07 +01:00

31 lines
764 B
Plaintext

# vim:syntax=apparmor
# ------------------------------------------------------------------
#
# Copyright (C) 2019-2021 Mikhail Morfikov
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public
# License published by the Free Software Foundation.
#
# ------------------------------------------------------------------
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/lsblk
profile lsblk @{exec_path} {
include <abstractions/base>
include <abstractions/disks-read>
include <abstractions/nameservice-strict>
@{exec_path} mr,
@{PROC}/swaps r,
owner @{PROC}/@{pid}/mountinfo r,
@{run}/mount/utab r,
include if exists <local/lsblk>
}