BastionGuard/actions/policy/it.BastionGuard.camera.policy
specialworld83 d34e319fbe Public release
2026-02-27 21:37:06 +01:00

19 lines
611 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
<policyconfig>
<action id="it.BastionGuard.camera.toggle">
<description>Gestione privacy webcam e microfono (BastionGuard)</description>
<message>Consentire a BastionGuard di modificare lo stato di webcam e microfono?</message>
<defaults>
<allow_active>yes</allow_active>
<allow_inactive>no</allow_inactive>
<allow_any>no</allow_any>
</defaults>
</action>
</policyconfig>