aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/apparmor/apparmor.d/abstractions/nss-systemd
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-04-14 22:32:43 +0200
committerLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-04-14 22:32:43 +0200
commit83f7fe4b8402bab171d110703a1b1115efbc9b28 (patch)
tree19110702c7d740f6bd8ee4f5d2ebcb97442be237 /straper/db/public/apparmor/apparmor.d/abstractions/nss-systemd
parent51d43498b07dc97d795947964534f0903cd05db5 (diff)
downloadbin-83f7fe4b8402bab171d110703a1b1115efbc9b28.tar.gz
bin-83f7fe4b8402bab171d110703a1b1115efbc9b28.zip
cleaned up many scrits and deleted some that were of no use; renamed a lot
Diffstat (limited to 'straper/db/public/apparmor/apparmor.d/abstractions/nss-systemd')
-rw-r--r--straper/db/public/apparmor/apparmor.d/abstractions/nss-systemd31
1 files changed, 0 insertions, 31 deletions
diff --git a/straper/db/public/apparmor/apparmor.d/abstractions/nss-systemd b/straper/db/public/apparmor/apparmor.d/abstractions/nss-systemd
deleted file mode 100644
index 0d2683c..0000000
--- a/straper/db/public/apparmor/apparmor.d/abstractions/nss-systemd
+++ /dev/null
@@ -1,31 +0,0 @@
-# ------------------------------------------------------------------
-#
-# Copyright (C) 2002-2009 Novell/SUSE
-# Copyright (C) 2009-2011 Canonical Ltd.
-#
-# 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/4.0>,
-
-# libnss-systemd
- #
- # https://systemd.io/USER_GROUP_API/
- # https://systemd.io/USER_RECORD/
- # https://www.freedesktop.org/software/systemd/man/nss-systemd.html
- #
- # Allow User/Group lookups via common VarLink socket APIs. Applications need
- # to either consult all of them or the io.systemd.Multiplexer frontend.
- @{run}/systemd/userdb/ r,
- @{run}/systemd/userdb/io.systemd.Multiplexer rw,
- @{run}/systemd/userdb/io.systemd.DynamicUser rw, # systemd-exec users
- @{run}/systemd/userdb/io.systemd.Home rw, # systemd-home dirs
- @{run}/systemd/userdb/io.systemd.NameServiceSwitch rw, # UNIX/glibc NSS
- @{run}/systemd/userdb/io.systemd.Machine rw, # systemd-machined
-
- @{PROC}/sys/kernel/random/boot_id r,
-
- include if exists <abstractions/nss-systemd.d>