diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-07-04 09:46:17 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-07-04 09:47:08 +0300 |
commit | 4c8bd4b56c1031f363db5b81a2b6b7a43957e41e (patch) | |
tree | 123fa684dbe83327cb54fdbb2f89bcb43960e6c3 /sysutils/consolekit2/files/patch-data_ConsoleKit.conf | |
parent | multimedia/mkvtoolnix: Update to upstream version 78.0 (diff) |
sysutils/consolekit2: Allow calls to the CanSuspendThenHibernate() method.
Sponsored by: Serenity Cybersecurity, LLC
Diffstat (limited to 'sysutils/consolekit2/files/patch-data_ConsoleKit.conf')
-rw-r--r-- | sysutils/consolekit2/files/patch-data_ConsoleKit.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/consolekit2/files/patch-data_ConsoleKit.conf b/sysutils/consolekit2/files/patch-data_ConsoleKit.conf new file mode 100644 index 000000000000..f72e0af72deb --- /dev/null +++ b/sysutils/consolekit2/files/patch-data_ConsoleKit.conf @@ -0,0 +1,12 @@ +--- data/ConsoleKit.conf.orig 2023-04-03 10:50:25 UTC ++++ data/ConsoleKit.conf +@@ -56,6 +56,9 @@ + send_member="CanSuspend"/> + <allow send_destination="org.freedesktop.ConsoleKit" + send_interface="org.freedesktop.ConsoleKit.Manager" ++ send_member="CanSuspendThenHibernate"/> ++ <allow send_destination="org.freedesktop.ConsoleKit" ++ send_interface="org.freedesktop.ConsoleKit.Manager" + send_member="Hibernate"/> + <allow send_destination="org.freedesktop.ConsoleKit" + send_interface="org.freedesktop.ConsoleKit.Manager" |