mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 23:35:03 +01:00
15 lines
No EOL
361 B
Text
15 lines
No EOL
361 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,
|
|
|
|
include if exists <abstractions/file-browsing-strict.d> |