From: frank Date: Sun, 15 Jan 2012 23:54:43 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=60b651b792374e5629504fef64829236665a1f1f;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +sys-auth/polkit-0.103 --- diff --git a/.etckeeper b/.etckeeper index 8c8798cd..248f1fe5 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1,6 +1,11 @@ # 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' @@ -91,6 +96,7 @@ maybe chmod 0644 './dbus-1/session.d/.keep_sys-apps_dbus-0' 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' @@ -390,6 +396,7 @@ maybe chmod 0644 './pam.d/login' 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' @@ -408,6 +415,17 @@ maybe chmod 0644 './pam.d/usermod' 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' diff --git a/dbus-1/system.d/org.freedesktop.PolicyKit1.conf b/dbus-1/system.d/org.freedesktop.PolicyKit1.conf new file mode 100644 index 00000000..c8ef513e --- /dev/null +++ b/dbus-1/system.d/org.freedesktop.PolicyKit1.conf @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + diff --git a/pam.d/polkit-1 b/pam.d/polkit-1 new file mode 100644 index 00000000..57282493 --- /dev/null +++ b/pam.d/polkit-1 @@ -0,0 +1,6 @@ +#%PAM-1.0 + +auth include system-auth +account include system-auth +password include system-auth +session include system-auth diff --git a/polkit-1/localauthority.conf.d/50-localauthority.conf b/polkit-1/localauthority.conf.d/50-localauthority.conf new file mode 100644 index 00000000..5e44bde0 --- /dev/null +++ b/polkit-1/localauthority.conf.d/50-localauthority.conf @@ -0,0 +1,10 @@ +# Configuration file for the PolicyKit Local Authority. +# +# DO NOT EDIT THIS FILE, it will be overwritten on update. +# +# See the pklocalauthority(8) man page for more information +# about configuring the Local Authority. +# + +[Configuration] +AdminIdentities=unix-group:wheel diff --git a/polkit-1/nullbackend.conf.d/50-nullbackend.conf b/polkit-1/nullbackend.conf.d/50-nullbackend.conf new file mode 100644 index 00000000..34976777 --- /dev/null +++ b/polkit-1/nullbackend.conf.d/50-nullbackend.conf @@ -0,0 +1,16 @@ +# +# 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