]> Frank Brehm's Git Trees - config/ns1/etc.git/commitdiff
committing changes in /etc after apt run
authorFrank Brehm <frank@brehm-online.com>
Tue, 18 Jul 2017 12:28:40 +0000 (14:28 +0200)
committerFrank Brehm <frank@brehm-online.com>
Tue, 18 Jul 2017 12:28:40 +0000 (14:28 +0200)
Package changes:
+libpam-systemd 232-25 amd64

.etckeeper
modules-load.d/modules.conf [new symlink]
pam.d/common-session
sysctl.d/99-sysctl.conf [new symlink]
xdg/systemd/user [new symlink]

index 18b22b892a2f2ac58d78448457e50df2a03ed14b..3f5b730c5bd53d591ee52050bbf95f6b843b5e17 100755 (executable)
@@ -6,6 +6,7 @@ mkdir -p './apparmor.d/force-complain'
 mkdir -p './apt/preferences.d'
 mkdir -p './bind/dyn'
 mkdir -p './bind/zones'
+mkdir -p './binfmt.d'
 mkdir -p './ca-certificates/update.d'
 mkdir -p './console'
 mkdir -p './dbus-1/session.d'
@@ -24,6 +25,7 @@ mkdir -p './initramfs-tools/scripts/nfs-premount'
 mkdir -p './initramfs-tools/scripts/nfs-top'
 mkdir -p './initramfs-tools/scripts/panic'
 mkdir -p './insserv/overrides'
+mkdir -p './kernel/install.d'
 mkdir -p './logwatch/conf/logfiles'
 mkdir -p './logwatch/conf/services'
 mkdir -p './logwatch/scripts/services'
@@ -39,6 +41,8 @@ mkdir -p './postgresql-common/pg_upgradecluster.d'
 mkdir -p './salt/proxy.d'
 mkdir -p './security/limits.d'
 mkdir -p './security/namespace.d'
+mkdir -p './systemd/user'
+mkdir -p './tmpfiles.d'
 mkdir -p './udev/hwdb.d'
 maybe chmod 0755 '.'
 maybe chmod 0700 '.etckeeper'
@@ -309,6 +313,7 @@ maybe chgrp 'bind' 'bind/zones'
 maybe chmod 0755 'bind/zones'
 maybe chmod 0644 'bind/zones.rfc1918'
 maybe chmod 0644 'bindresvport.blacklist'
+maybe chmod 0755 'binfmt.d'
 maybe chmod 0755 'byobu'
 maybe chmod 0644 'byobu/backend'
 maybe chmod 0644 'byobu/socketdir'
@@ -901,6 +906,7 @@ maybe chmod 0644 'kbd/config'
 maybe chmod 0644 'kbd/remap'
 maybe chmod 0755 'kernel'
 maybe chmod 0644 'kernel-img.conf'
+maybe chmod 0755 'kernel/install.d'
 maybe chmod 0755 'kernel/postinst.d'
 maybe chmod 0755 'kernel/postinst.d/apt-auto-removal'
 maybe chmod 0755 'kernel/postinst.d/initramfs-tools'
@@ -1048,6 +1054,7 @@ maybe chmod 0644 'mime.types'
 maybe chmod 0644 'mke2fs.conf'
 maybe chmod 0755 'modprobe.d'
 maybe chmod 0644 'modules'
+maybe chmod 0755 'modules-load.d'
 maybe chmod 0755 'monit'
 maybe chmod 0755 'monit/monitrc.d'
 maybe chmod 0644 'monit/monitrc.d/fail2ban'
@@ -1386,10 +1393,12 @@ maybe chmod 0755 'systemd/system/sockets.target.wants'
 maybe chmod 0755 'systemd/system/sysinit.target.wants'
 maybe chmod 0755 'systemd/system/timers.target.wants'
 maybe chmod 0644 'systemd/timesyncd.conf'
+maybe chmod 0755 'systemd/user'
 maybe chmod 0644 'systemd/user.conf'
 maybe chmod 0755 'terminfo'
 maybe chmod 0644 'terminfo/README'
 maybe chmod 0644 'timezone'
+maybe chmod 0755 'tmpfiles.d'
 maybe chmod 0644 'ucf.conf'
 maybe chmod 0755 'udev'
 maybe chmod 0755 'udev/hwdb.d'
@@ -1411,6 +1420,8 @@ maybe chmod 0644 'vim/vimrc'
 maybe chmod 0644 'vim/vimrc.local'
 maybe chmod 0644 'vim/vimrc.tiny'
 maybe chmod 0644 'wgetrc'
+maybe chmod 0755 'xdg'
+maybe chmod 0755 'xdg/systemd'
 maybe chmod 0755 'xml'
 maybe chmod 0644 'xml/catalog'
 maybe chmod 0644 'xml/xml-core.xml'
diff --git a/modules-load.d/modules.conf b/modules-load.d/modules.conf
new file mode 120000 (symlink)
index 0000000..464b823
--- /dev/null
@@ -0,0 +1 @@
+../modules
\ No newline at end of file
index 4ad17292c20dac8969e4abc495b4a874f9ff256d..9d7324c476219c4105dd24a62f7a5c47f44d3651 100644 (file)
@@ -22,4 +22,5 @@ session       requisite                       pam_deny.so
 session        required                        pam_permit.so
 # and here are more per-package modules (the "Additional" block)
 session        required        pam_unix.so 
+session        optional        pam_systemd.so 
 # end of pam-auth-update config
diff --git a/sysctl.d/99-sysctl.conf b/sysctl.d/99-sysctl.conf
new file mode 120000 (symlink)
index 0000000..2b0036b
--- /dev/null
@@ -0,0 +1 @@
+../sysctl.conf
\ No newline at end of file
diff --git a/xdg/systemd/user b/xdg/systemd/user
new file mode 120000 (symlink)
index 0000000..1c75bd3
--- /dev/null
@@ -0,0 +1 @@
+../../systemd/user
\ No newline at end of file