aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2025-01-15 19:35:25 +0100
committerRobert Tari <robert@tari.in>2025-01-15 19:35:25 +0100
commit49c2060fdd592f866e898119ee32eb2b5587ceed (patch)
tree0912cd5216f970cb24cba72e196f22035786397b
parentb33527c1aa40063bc0c672c1fdf601dd6628d610 (diff)
downloadayatana-indicator-sound-49c2060fdd592f866e898119ee32eb2b5587ceed.tar.gz
ayatana-indicator-sound-49c2060fdd592f866e898119ee32eb2b5587ceed.tar.bz2
ayatana-indicator-sound-49c2060fdd592f866e898119ee32eb2b5587ceed.zip
Drop the deprecated PolicyKit *.pkla file
fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093062
-rw-r--r--data/50-org.ayatana.indicator.sound.AccountsService.pkla6
-rw-r--r--data/CMakeLists.txt6
2 files changed, 0 insertions, 12 deletions
diff --git a/data/50-org.ayatana.indicator.sound.AccountsService.pkla b/data/50-org.ayatana.indicator.sound.AccountsService.pkla
deleted file mode 100644
index c1da70f..0000000
--- a/data/50-org.ayatana.indicator.sound.AccountsService.pkla
+++ /dev/null
@@ -1,6 +0,0 @@
-[Allow LightDM to set AccountsService fields]
-Identity=unix-user:lightdm
-Action=org.ayatana.indicator.sound.AccountsService.ModifyAnyUser
-ResultActive=yes
-ResultInactive=yes
-ResultAny=yes
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 4052e19..28062c6 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -69,8 +69,6 @@ add_schema ("org.ayatana.indicator.sound.gschema.xml")
# Accounts Service Iface: Sound Indicator
#########################################
-
-set(POLKIT_LIB_DIR "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/polkit-1")
set(POLKIT_DATA_DIR "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1")
set(DBUS_IFACE_DIR "${CMAKE_INSTALL_FULL_DATADIR}/dbus-1/interfaces")
set(ACCOUNTS_IFACE_DIR "${CMAKE_INSTALL_FULL_DATADIR}/accountsservice/interfaces")
@@ -89,10 +87,6 @@ install(FILES org.ayatana.indicator.sound.AccountsService.policy
DESTINATION "${POLKIT_DATA_DIR}/actions"
)
-install(FILES 50-org.ayatana.indicator.sound.AccountsService.pkla
-DESTINATION "${POLKIT_LIB_DIR}/localauthority/10-vendor.d"
-)
-
# 50-org.ayatana.indicator.sound.AccountsService.rules
install (FILES 50-org.ayatana.indicator.sound.AccountsService.rules DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1/rules.d")