28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE policyconfig PUBLIC
|
|
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
|
|
<policyconfig>
|
|
<vendor>BastionGuard</vendor>
|
|
<vendor_url>https://git.bastionguard.eu/specialworld83/bastionguard-secure-connection</vendor_url>
|
|
|
|
<action id="eu.bastionguard.sc.daemon">
|
|
<description>Avvia il daemon BastionGuard™ Secure Connection</description>
|
|
<message>Autenticazione richiesta per avviare il firewall</message>
|
|
<defaults>
|
|
<allow_any>auth_admin</allow_any>
|
|
<allow_inactive>auth_admin</allow_inactive>
|
|
<allow_active>auth_admin_keep</allow_active>
|
|
</defaults>
|
|
</action>
|
|
|
|
<action id="eu.bastionguard.sc.rules">
|
|
<description>Gestisci le regole firewall</description>
|
|
<message>Autenticazione richiesta per modificare le regole</message>
|
|
<defaults>
|
|
<allow_any>auth_admin</allow_any>
|
|
<allow_inactive>auth_admin</allow_inactive>
|
|
<allow_active>auth_admin_keep</allow_active>
|
|
</defaults>
|
|
</action>
|
|
</policyconfig>
|