mirror of
https://github.com/Snigdha-OS/snigdhaos-blackbox.git
synced 2025-09-21 03:55:05 +02:00
add logo and policy config
This commit is contained in:

committed by
GitHub

parent
9786d7d0c5
commit
68abfb81f2
1
icons/hicolor/scalable/apps/blackbox.svg
Normal file
1
icons/hicolor/scalable/apps/blackbox.svg
Normal file
@@ -0,0 +1 @@
|
||||
<!CODE>
|
18
polkit-1/org.snigdhaos.blackbox.policy
Normal file
18
polkit-1/org.snigdhaos.blackbox.policy
Normal 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>
|
Reference in New Issue
Block a user