mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-03-03 22:24:43 +01:00
13 lines
303 B
Text
13 lines
303 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2019-2021 Mikhail Morfikov
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
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,
|