first commit

This commit is contained in:
2026-08-23 09:52:32 +02:00
commit 1a7ed8ef94
94 changed files with 10489 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<?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>LibreNet Scanner</vendor>
<action id="org.librenet.scanner.privileged">
<description>Exécuter un scan réseau privilégié avec LibreNet Scanner</description>
<description xml:lang="fr">Exécuter un scan réseau privilégié avec LibreNet Scanner</description>
<message>Authentication is required to enable LibreNet Scanner administrator mode</message>
<message xml:lang="fr">Authentification requise pour activer le mode administrateur de LibreNet Scanner</message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/libexec/librenet-scanner-helper</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">false</annotate>
</action>
</policyconfig>