devicedisk: reorder optional block
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
This commit is contained in:
parent
babd479760
commit
ee176fe272
|
@ -57,10 +57,6 @@ optional_policy(`
|
||||||
devicekit_dbus_chat_power(devicekit_t)
|
devicekit_dbus_chat_power(devicekit_t)
|
||||||
')
|
')
|
||||||
|
|
||||||
optional_policy(`
|
|
||||||
xserver_dbus_chat_xdm(devicekit_power_t)
|
|
||||||
')
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
# Disk local policy
|
# Disk local policy
|
||||||
|
@ -304,6 +300,10 @@ optional_policy(`
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
rpm_dbus_chat(devicekit_power_t)
|
rpm_dbus_chat(devicekit_power_t)
|
||||||
')
|
')
|
||||||
|
|
||||||
|
optional_policy(`
|
||||||
|
xserver_dbus_chat_xdm(devicekit_power_t)
|
||||||
|
')
|
||||||
')
|
')
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
|
|
Loading…
Reference in New Issue