|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" |
3 | | - "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd"> |
| 2 | +<!DOCTYPE policyconfig PUBLIC |
| 3 | + "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" |
| 4 | + "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> |
| 5 | + |
4 | 6 | <policyconfig> |
5 | | - <vendor>Acik Kaynak Gelistirme Toplulugu</vendor> |
6 | | - <vendor_url>https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control</vendor_url> |
7 | | - <icon_name>ro-control</icon_name> |
8 | 7 |
|
9 | | - <action id="com.github.AcikKaynakGelistirmeToplulugu.rocontrol.pkexec"> |
10 | | - <description>Execute privileged ro-Control operations</description> |
11 | | - <message>Authentication is required to perform privileged system operations</message> |
12 | | - <defaults> |
13 | | - <allow_any>auth_admin</allow_any> |
14 | | - <allow_inactive>auth_admin</allow_inactive> |
15 | | - <allow_active>auth_admin_keep</allow_active> |
16 | | - </defaults> |
17 | | - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> |
18 | | - </action> |
| 8 | + <vendor>ro-Control</vendor> |
| 9 | + <vendor_url>https://github.com/Acik-Kaynak-Gelistirme-Toplulugu/ro-Control</vendor_url> |
| 10 | + |
| 11 | + <action id="com.github.AcikKaynakGelistirmeToplulugu.rocontrol.manage-drivers"> |
| 12 | + <description>Manage NVIDIA drivers</description> |
| 13 | + <description xml:lang="tr">NVIDIA sürücülerini yönet</description> |
| 14 | + <message>Authentication is required to manage NVIDIA drivers</message> |
| 15 | + <message xml:lang="tr">NVIDIA sürücülerini yönetmek için kimlik doğrulama gerekli</message> |
| 16 | + <icon_name>ro-control</icon_name> |
| 17 | + <defaults> |
| 18 | + <allow_any>auth_admin</allow_any> |
| 19 | + <allow_inactive>auth_admin</allow_inactive> |
| 20 | + <allow_active>auth_admin_keep</allow_active> |
| 21 | + </defaults> |
| 22 | + </action> |
| 23 | + |
| 24 | + <action id="com.github.AcikKaynakGelistirmeToplulugu.rocontrol.pkexec"> |
| 25 | + <description>Execute privileged ro-Control operations</description> |
| 26 | + <description xml:lang="tr">Ayricalikli ro-Control islemlerini calistir</description> |
| 27 | + <message>Authentication is required to perform privileged system operations</message> |
| 28 | + <message xml:lang="tr">Ayricalikli sistem islemleri icin kimlik dogrulama gerekli</message> |
| 29 | + <icon_name>ro-control</icon_name> |
| 30 | + <defaults> |
| 31 | + <allow_any>auth_admin</allow_any> |
| 32 | + <allow_inactive>auth_admin</allow_inactive> |
| 33 | + <allow_active>auth_admin_keep</allow_active> |
| 34 | + </defaults> |
| 35 | + <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> |
| 36 | + </action> |
| 37 | + |
19 | 38 | </policyconfig> |
0 commit comments