📦 various changes
This commit is contained in:
parent
0a180fd2ac
commit
0ebb6c8426
42 changed files with 1428 additions and 235 deletions
|
@ -0,0 +1,4 @@
|
|||
[D-BUS Service]
|
||||
Name=io.elementary.logind.helper
|
||||
Exec=/usr/libexec/io.elementary.logind.helper
|
||||
User=root
|
|
@ -0,0 +1,24 @@
|
|||
<?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>
|
||||
|
||||
<!-- This configuration file specifies the required security policies
|
||||
for the LogindHelper to work. -->
|
||||
|
||||
<!-- Only root can own the service -->
|
||||
<policy user="root">
|
||||
<allow own="io.elementary.logind.helper"/>
|
||||
</policy>
|
||||
|
||||
<policy context="default">
|
||||
<allow send_destination="io.elementary.logind.helper"/>
|
||||
<allow send_destination="io.elementary.logind.helper"
|
||||
send_interface="org.freedesktop.DBus.Properties"/>
|
||||
<allow send_destination="io.elementary.logind.helper"
|
||||
send_interface="org.freedesktop.DBus.Introspectable"/>
|
||||
</policy>
|
||||
|
||||
</busconfig>
|
Loading…
Add table
Add a link
Reference in a new issue