You've already forked ukui-bluetooth
mirror of
https://github.com/ukui/ukui-bluetooth.git
synced 2026-03-09 09:31:11 -07:00
19 lines
640 B
XML
19 lines
640 B
XML
<?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>kylin os</vendor>
|
|
<vendor_url>http://github.com/ukui/</vendor_url>
|
|
<action id="com.bluetooth.systemdbus.service">
|
|
<description>ukui bluetooth</description>
|
|
<message>system policy bluetooth</message>
|
|
<defaults>
|
|
<allow_any>auth_admin</allow_any>
|
|
<allow_inactive>auth_admin</allow_inactive>
|
|
<allow_active>auth_admin_keep</allow_active>
|
|
</defaults>
|
|
</action>
|
|
|
|
</policyconfig>
|