File: org.ukui.Biometric.conf

package info (click to toggle)
biometric-authentication 0.9.72-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,128 kB
  • sloc: ansic: 8,410; python: 646; makefile: 349; sh: 264; xml: 232
file content (19 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
	<!-- Only root can own the service -->
	<policy user="root">
		<allow own="org.ukui.Biometric"/>
	</policy>

	<policy context="default">
		<allow send_destination="org.ukui.Biometric"/>
		<allow send_destination="org.ukui.Biometric"
			send_interface="org.freedesktop.DBus.Introspectable"/>
		<allow send_destination="org.ukui.Biometric"
			send_interface="org.freedesktop.DBus.Properties"/>
	</policy>
</busconfig>