blob: aedb3ef7f7e5ab22d5438bfb7eee63489ccf3244 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -up sectool-0.9.5/org.fedoraproject.sectool.mechanism.conf.dbus sectool-0.9.5/org.fedoraproject.sectool.mechanism.conf
--- sectool-0.9.5/org.fedoraproject.sectool.mechanism.conf.dbus 2012-04-03 15:21:05.521186717 +0200
+++ sectool-0.9.5/org.fedoraproject.sectool.mechanism.conf 2012-04-03 15:23:57.602490428 +0200
@@ -9,7 +9,6 @@
<allow own="org.fedoraproject.sectool.mechanism"/>
</policy>
<policy context="default">
- <allow send_destination="org.fedoraproject.sectool.mechanism"/>
- <allow send_type="method_call"/>
+ <allow send_destination="org.fedoraproject.sectool.mechanism" send_type="method_call"/>
</policy>
</busconfig>
|