mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
add simple, permissive dbus configuration
This commit is contained in:
parent
2ea7a0eb60
commit
1b24cbc0c8
9
board/common/overlay/etc/dbus-1/system.conf
Normal file
9
board/common/overlay/etc/dbus-1/system.conf
Normal file
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||||
<busconfig>
|
||||
<type>system</type>
|
||||
<policy context="default">
|
||||
<allow send_type="*"></allow>
|
||||
<allow own="*"/>
|
||||
</policy>
|
||||
</busconfig>
|
1
board/common/overlay/etc/hostname
Symbolic link
1
board/common/overlay/etc/hostname
Symbolic link
@ -0,0 +1 @@
|
||||
/data/etc/hostname
|
Loading…
x
Reference in New Issue
Block a user