mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 23:35:03 +01:00
24 lines
644 B
Text
24 lines
644 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>,
|
|
|
|
/etc/hosts r,
|
|
/etc/host.conf r,
|
|
/etc/resolv.conf r,
|
|
@{run}/systemd/resolve/stub-resolv.conf r,
|
|
/etc/nsswitch.conf r,
|
|
/etc/passwd r,
|
|
/etc/gai.conf r,
|
|
/etc/group r,
|
|
/etc/protocols r,
|
|
/etc/default/nss r,
|
|
/etc/services r,
|
|
|
|
# NSS records from systemd-userdbd.service
|
|
@{run}/systemd/userdb/ r,
|
|
@{run}/systemd/userdb/io.systemd.{NameServiceSwitch,Multiplexer,DynamicUser,Home} r,
|
|
@{PROC}/sys/kernel/random/boot_id r,
|
|
|
|
include if exists <abstractions/nameservice-strict.d>
|