Marcus Meissner
9f4e1202ba
- Update to version 2.8.0: * builtin functions: parser not traceback if func expands to empty string * systemd: added support for older systemd CPUAffinity syntax * scheduler: do not traceback if process dissapears during enumeration * scheduler: fix more python-linux-procfs tracebacks * plugin_net: Fix invocation of execute() * cpu-partitioning: use tuna for cores isolation * builtin functions: add strip * bootloader: workaround for adding tuned_initrd to new kernels on restart * new release (2.8.0) + Add Patch: Fix category in desktop file for tuned-gui (fix-desktop-category.patch) + Add Patch: Remove unnecessary shebangs (remove-unnecessary-shebangs.patch) + Add Patch: Fix file permission for glade file (fix-glade-file-permission.patch) + Add rpmlintrc to silence unnecessary warnings = Modified Patches to apply with 2.8.0: - fix-allow-receive_sender-default.patch - use-cpupower-for-intel-perf-bias.patch OBS-URL: https://build.opensuse.org/request/show/510119 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=43
13 lines
466 B
Diff
13 lines
466 B
Diff
Index: tuned-2.8.0/dbus.conf
|
|
===================================================================
|
|
--- tuned-2.8.0.orig/dbus.conf
|
|
+++ tuned-2.8.0/dbus.conf
|
|
@@ -4,7 +4,6 @@
|
|
|
|
<busconfig>
|
|
<policy context="default">
|
|
- <allow receive_sender="com.redhat.tuned" />
|
|
<allow send_destination="com.redhat.tuned" send_interface="org.freedesktop.DBus.Introspectable" />
|
|
<allow send_destination="com.redhat.tuned" send_interface="com.redhat.tuned.control" />
|
|
</policy>
|