add logo and policy config

This commit is contained in:
Abhiraj Roy (iconized)
2024-04-24 22:33:36 +05:30
committed by GitHub
parent 9786d7d0c5
commit 68abfb81f2
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1 @@
<!CODE>

View File

@@ -0,0 +1,18 @@
<?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.0/policyconfig.dtd">
<policyconfig>
<vendor>Snigdha OS</vendor>
<vendor_url>http://snigdhaos.org/</vendor_url>
<icon_name>package-x-generic</icon_name>
<action id="org.snigdhaos.pkexec.blackbox">
<description>Change your own user data</description>
<message>Authentication is required to change your own user data</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/share/sofirem/sofirem.py</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>