SHA256
1
0
forked from pool/tuned
Files
tuned/fix-allow-receive_sender-default.patch
Denisart Benjamin 185b14dacf Accepting request 354167 from home:pluskalm:branches:Base:System
- Update to 2.6.0
  * plugin_cpu: do not show error if cpupower or 
    x86_energy_perf_policy are missing
  * plugin_sysctl: fixed quoting of sysctl values
  * tuned-adm: added log file location hint to verify command output
  * libexec: fixed listdir and isdir in defirqaffinity.py
  * plugin_cpu: save and restore only intel pstate attributes that 
    were changed
  * functions: fixed sysfs save to work with options
  * plugins: added scsi_host plugin
  * tuned-adm: fixed restart attempt if tuned is not running
  * spec: fixed post scriptlet to work without grub
  * tuned-profiles-nfv: fix find-lapictscdeadline-optimal.sh for 
    CPUS where ns > 6500
  * functions: fixed restore_logs_syncing to preserve SELinux 
    context on rsyslog.conf
  * realtime: set unboud workqueues cpumask
  * spec: correctly remove tuned footprint from /etc/default/grub
  * gui: fixed creation of new profile
  * profiles: removed nohz_full from the realtime profile
  * profiles: Added nohz_full and nohz=on to realtime guest/host 
    profiles
  * profiles: fixed lapic_timer_adv_ns cache
  * plugin_sysctl: pass verification even if the option doesn't 
    exist
  * added support for 'summary' and 'description' of profiles, 
    extended D-Bus API for better Cockpit support

OBS-URL: https://build.opensuse.org/request/show/354167
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=41
2016-01-17 09:49:46 +00:00

13 lines
413 B
Diff

Index: tuned-2.6.0/dbus.conf
===================================================================
--- tuned-2.6.0.orig/dbus.conf
+++ tuned-2.6.0/dbus.conf
@@ -9,7 +9,6 @@
<busconfig>
<policy context="default">
<deny send_destination="com.redhat.tuned" />
- <allow receive_sender="com.redhat.tuned" />
<allow send_destination="com.redhat.tuned" send_interface="org.freedesktop.DBus.Introspectable" />