mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-26 12:58:18 +01:00
31 lines
No EOL
635 B
Text
31 lines
No EOL
635 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{usr/,}bin/install-info
|
|
profile install-info @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/consoles>
|
|
|
|
capability dac_read_search,
|
|
|
|
@{exec_path} mr,
|
|
|
|
/{usr/,}bin/{,ba,da}sh rix,
|
|
/{usr/,}bin/gzip rix,
|
|
|
|
/usr/share/info/{,**} r,
|
|
/usr/share/info/dir rw,
|
|
|
|
/dev/tty rw,
|
|
|
|
# Inherit silencer
|
|
deny network inet6 stream,
|
|
deny network inet stream,
|
|
|
|
include if exists <local/install-info>
|
|
} |