mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
firewall, networks, storage: Drop polkit pkla files
Closes: Debian bug #1093065. These files were only present to serve polkit = 105 in Debian bullseye. Alternate files .rules already being shipped for polkit > 105. Tests: - Install infinoted and enable/disable firewalld. infinoted ports have been enabled/disabled in the firewall as noticed using firewall-cmd. - Creating/deleting network manager connections works well. nmcli shows the updates. - Add backup location page shows list of disks properly. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
54b956c602
commit
67fd747588
@ -1,10 +1,5 @@
|
||||
/*
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
This file is used only by policykit-1 version > 0.105. A corresponding .pkla
|
||||
file is used by policykit-1 <= 0.105. See:
|
||||
https://davidz25.blogspot.com/2012/06/authorization-rules-in-polkit.html
|
||||
|
||||
*/
|
||||
|
||||
polkit.addRule(function(action, subject) {
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
[Allow FreedomBox to manage firewalld]
|
||||
Identity=unix-user:plinth
|
||||
Action=org.fedoraproject.FirewallD1.config.info;org.fedoraproject.FirewallD1.config;org.fedoraproject.FirewallD1.direct.info;org.fedoraproject.FirewallD1.direct;
|
||||
ResultAny=yes
|
||||
@ -1,10 +1,5 @@
|
||||
/*
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
This file is used only by policykit-1 version > 0.105. A corresponding .pkla
|
||||
file is used by policykit-1 <= 0.105. See:
|
||||
https://davidz25.blogspot.com/2012/06/authorization-rules-in-polkit.html
|
||||
|
||||
*/
|
||||
|
||||
polkit.addRule(function(action, subject) {
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
[Allow Plinth to manage NetworkManager connections]
|
||||
Identity=unix-user:plinth
|
||||
Action=org.freedesktop.NetworkManager.*
|
||||
ResultAny=yes
|
||||
@ -1,10 +1,5 @@
|
||||
/*
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
This file is used only by policykit-1 version > 0.105. A corresponding .pkla
|
||||
file is used by policykit-1 <= 0.105. See:
|
||||
https://davidz25.blogspot.com/2012/06/authorization-rules-in-polkit.html
|
||||
|
||||
*/
|
||||
|
||||
polkit.addRule(function(action, subject) {
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
[Allow FreedomBox to manage UDisks2]
|
||||
Identity=unix-user:plinth
|
||||
Action=org.freedesktop.udisks2.filesystem-mount;org.freedesktop.udisks2.filesystem-mount-system;org.freedesktop.udisks2.filesystem-mount-other-seat;org.freedesktop.udisks2.filesystem-fstab
|
||||
ResultAny=yes
|
||||
Loading…
x
Reference in New Issue
Block a user