Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
udisks2
fix_polkit_action_name.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_polkit_action_name.diff of Package udisks2
diff --git a/src/udiskslinuxpartition.c b/src/udiskslinuxpartition.c index 9582346..e3ae93f 100644 --- a/src/udiskslinuxpartition.c +++ b/src/udiskslinuxpartition.c @@ -269,7 +269,7 @@ handle_set_flags (UDisksPartition *partition, } else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid)) { - action_id = "org.freedesktop.udisks2.modify-device-system-other-seat"; + action_id = "org.freedesktop.udisks2.modify-device-other-seat"; } if (!udisks_daemon_util_check_authorization_sync (daemon, @@ -414,7 +414,7 @@ handle_set_name (UDisksPartition *partition, } else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid)) { - action_id = "org.freedesktop.udisks2.modify-device-system-other-seat"; + action_id = "org.freedesktop.udisks2.modify-device-other-seat"; } if (!udisks_daemon_util_check_authorization_sync (daemon, @@ -596,7 +596,7 @@ handle_set_type (UDisksPartition *partition, } else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid)) { - action_id = "org.freedesktop.udisks2.modify-device-system-other-seat"; + action_id = "org.freedesktop.udisks2.modify-device-other-seat"; } if (!udisks_daemon_util_check_authorization_sync (daemon, @@ -769,7 +769,7 @@ handle_delete (UDisksPartition *partition, } else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid)) { - action_id = "org.freedesktop.udisks2.modify-device-system-other-seat"; + action_id = "org.freedesktop.udisks2.modify-device-other-seat"; } if (!udisks_daemon_util_check_authorization_sync (daemon, diff --git a/src/udiskslinuxpartitiontable.c b/src/udiskslinuxpartitiontable.c index 8f0d3d9..b553625 100644 --- a/src/udiskslinuxpartitiontable.c +++ b/src/udiskslinuxpartitiontable.c @@ -336,7 +336,7 @@ handle_create_partition (UDisksPartitionTable *table, } else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid)) { - action_id = "org.freedesktop.udisks2.modify-device-system-other-seat"; + action_id = "org.freedesktop.udisks2.modify-device-other-seat"; } if (!udisks_daemon_util_check_authorization_sync (daemon,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor