File: com.mesonbuild.install.policy

package info (click to toggle)
meson 1.10.2-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 24,820 kB
  • sloc: python: 90,960; ansic: 7,391; cpp: 2,434; f90: 482; asm: 218; sh: 143; xml: 109; java: 103; cs: 62; objc: 33; lex: 13; fortran: 12; makefile: 10; yacc: 9; javascript: 6
file content (22 lines) | stat: -rw-r--r-- 896 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD polkit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
<policyconfig>

  <vendor>The Meson Build System</vendor>
  <vendor_url>https://github.com/mesonbuild/meson</vendor_url>

  <action id="com.mesonbuild.install.run">
    <description>Install the given project via Meson</description>
    <message>Authentication is required to install this project</message>
    <icon_name>preferences-system</icon_name>
    <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/bin/python3</annotate>
    <annotate key="org.freedesktop.policykit.exec.argv1">/usr/bin/meson</annotate>
  </action>

</policyconfig>