Mailinglist Archive: opensuse-commit (1670 mails)
| < Previous | Next > |
commit hal
- From: root@xxxxxxx (h_root)
- Date: Mon, 2 Oct 2006 19:11:31 +0200 (CEST)
- Message-id: <20061002171131.E220471A52@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package hal
checked in at Mon Oct 2 19:11:31 CEST 2006.
--------
--- hal/hal.changes 2006-09-28 11:55:27.000000000 +0200
+++ /mounts/work_src_done/STABLE/hal/hal.changes 2006-10-02 18:21:26.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Oct 2 18:20:33 CEST 2006 - hmacht@xxxxxxx
+
+- rename hal-fix-cpufreq-policy.diff to
+ hal-fix-power-privileges.diff: always allow root to use the
+ cpufreq and sleep methods
+
+-------------------------------------------------------------------
Old:
----
hal-fix-cpufreq-policy.diff
New:
----
hal-fix-power-privileges.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hal.spec ++++++
--- /var/tmp/diff_new_pack.sDIuXE/_old 2006-10-02 19:11:06.000000000 +0200
+++ /var/tmp/diff_new_pack.sDIuXE/_new 2006-10-02 19:11:06.000000000 +0200
@@ -18,7 +18,7 @@
License: Other License(s), see package, Other uncritical OpenSource License
Group: System/Daemons
Version: 0.5.8_git20060927
-Release: 1
+Release: 3
Autoreqprov: on
Summary: Daemon for Collecting Hardware Information
# SUSE specific patches
@@ -35,7 +35,7 @@
Patch100: hal-performance-pci_ids_v2.patch
Patch101: hal-add-standby-support.diff
Patch102: hal-fix-util_compute_time_remaining_warning_highTime.diff
-Patch103: hal-fix-cpufreq-policy.diff
+Patch103: hal-fix-power-privileges.diff
#
# patches for testing:
#Patch300: hal_debug.diff
@@ -254,6 +254,10 @@
%{_bindir}/hal-device-manager
%changelog -n hal
+* Mon Oct 02 2006 - hmacht@xxxxxxx
+- rename hal-fix-cpufreq-policy.diff to
+ hal-fix-power-privileges.diff: always allow root to use the
+ cpufreq and sleep methods
* Wed Sep 27 2006 - dkukawka@xxxxxxx
- updated to current git HEAD (0.5.8_git20060927)
- should fix b.n.c #207607
++++++ hal-add-standby-support.diff ++++++
--- /var/tmp/diff_new_pack.sDIuXE/_old 2006-10-02 19:11:06.000000000 +0200
+++ /var/tmp/diff_new_pack.sDIuXE/_new 2006-10-02 19:11:06.000000000 +0200
@@ -137,9 +137,9 @@
+# This privilege specifies who is allowed to suspend the system.
+
+[Privilege]
-+RequiredPrivileges=desktop-console
-+SufficientPrivileges=
-+Allow=uid:__all__
++RequiredPrivileges=
++SufficientPrivileges=desktop-console
++Allow=uid:root
+Deny=
+CanObtain=True
+CanGrant=True
++++++ hal-fix-power-privileges.diff ++++++
diff --git a/privileges/hal-power-cpufreq.privilege b/privileges/hal-power-cpufreq.privilege
index cee08b4..49df022 100644
--- a/privileges/hal-power-cpufreq.privilege
+++ b/privileges/hal-power-cpufreq.privilege
@@ -3,9 +3,9 @@ # This privilege specifies who is allowe
# via the org.freedesktop.Hal.Device.CPUFreq interface
[Privilege]
-RequiredPrivileges=desktop-console
-SufficientPrivileges=
-Allow=uid:__all__
+RequiredPrivileges=
+SufficientPrivileges=desktop-console
+Allow=uid:root
Deny=
CanObtain=True
CanGrant=True
diff --git a/privileges/hal-power-hibernate.privilege b/privileges/hal-power-hibernate.privilege
index d93c4bd..0fd5037 100644
--- a/privileges/hal-power-hibernate.privilege
+++ b/privileges/hal-power-hibernate.privilege
@@ -2,9 +2,9 @@
# This privilege specifies who is allowed to hibernate the system.
[Privilege]
-RequiredPrivileges=desktop-console
-SufficientPrivileges=
-Allow=uid:__all__
+RequiredPrivileges=
+SufficientPrivileges=desktop-console
+Allow=uid:root
Deny=
CanObtain=True
CanGrant=True
diff --git a/privileges/hal-power-suspend.privilege b/privileges/hal-power-suspend.privilege
index fb20576..2f39d07 100644
--- a/privileges/hal-power-suspend.privilege
+++ b/privileges/hal-power-suspend.privilege
@@ -2,9 +2,9 @@
# This privilege specifies who is allowed to suspend the system.
[Privilege]
-RequiredPrivileges=desktop-console
-SufficientPrivileges=
-Allow=uid:__all__
+RequiredPrivileges=
+SufficientPrivileges=desktop-console
+Allow=uid:root
Deny=
CanObtain=True
CanGrant=True
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |