# Generated by etckeeper. Do not edit.
mkdir -p './ca-certificates/update.d'
+mkdir -p './polkit-1/localauthority/10-vendor.d'
+mkdir -p './polkit-1/localauthority/20-org.d'
+mkdir -p './polkit-1/localauthority/30-site.d'
+mkdir -p './polkit-1/localauthority/50-local.d'
+mkdir -p './polkit-1/localauthority/90-mandatory.d'
mkdir -p './security/limits.d'
mkdir -p './security/namespace.d'
mkdir -p './skel/.ssh'
maybe chmod 0644 './dbus-1/system.conf'
maybe chmod 0755 './dbus-1/system.d'
maybe chmod 0644 './dbus-1/system.d/.keep_sys-apps_dbus-0'
+maybe chmod 0644 './dbus-1/system.d/org.freedesktop.PolicyKit1.conf'
maybe chmod 0755 './default'
maybe chmod 0600 './default/useradd'
maybe chmod 0644 './dhcpcd.conf'
maybe chmod 0644 './pam.d/newusers'
maybe chmod 0644 './pam.d/other'
maybe chmod 0644 './pam.d/passwd'
+maybe chmod 0644 './pam.d/polkit-1'
maybe chmod 0644 './pam.d/pop'
maybe chmod 0644 './pam.d/screen'
maybe chmod 0644 './pam.d/shadow'
maybe chmod 0644 './papersize'
maybe chmod 0644 './passwd'
maybe chmod 0600 './passwd-'
+maybe chmod 0755 './polkit-1'
+maybe chmod 0700 './polkit-1/localauthority'
+maybe chmod 0755 './polkit-1/localauthority.conf.d'
+maybe chmod 0644 './polkit-1/localauthority.conf.d/50-localauthority.conf'
+maybe chmod 0755 './polkit-1/localauthority/10-vendor.d'
+maybe chmod 0755 './polkit-1/localauthority/20-org.d'
+maybe chmod 0755 './polkit-1/localauthority/30-site.d'
+maybe chmod 0755 './polkit-1/localauthority/50-local.d'
+maybe chmod 0755 './polkit-1/localauthority/90-mandatory.d'
+maybe chmod 0755 './polkit-1/nullbackend.conf.d'
+maybe chmod 0644 './polkit-1/nullbackend.conf.d/50-nullbackend.conf'
maybe chmod 0755 './portage'
maybe chmod 0644 './portage/.keep_sys-apps_portage-0'
maybe chmod 0644 './portage/bashrc'
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
+
+<!DOCTYPE busconfig PUBLIC
+ "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+ <policy user="root">
+ <allow own="org.freedesktop.PolicyKit1"/>
+ </policy>
+
+ <policy context="default">
+ <allow send_destination="org.freedesktop.PolicyKit1"/>
+ </policy>
+
+ <!-- Allow uid 0 to send messages on the org.freedesktop.PolicyKit1.AuthenticationAgent interface -->
+ <policy user="root">
+ <allow send_interface="org.freedesktop.PolicyKit1.AuthenticationAgent"/>
+ </policy>
+
+</busconfig>
--- /dev/null
+#
+# Configuration file for the PolicyKit null backend.
+#
+# DO NOT EDIT THIS FILE, it will be overwritten on update.
+#
+# To change configuration, create another file in this directory with
+# a filename that is sorted after the 50-nullback.conf and make
+# sure it has the .conf extension.
+#
+# Only a single configuration item, Priority, is supported.
+#
+# See the PolicyKit documentation for more information about PolicyKit.
+#
+
+[Configuration]
+Priority=-10