mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
Merge pull request #17 from ZeHiro/testing
Allow systemd service to connect to bluetooth addresses. Fixes #16.
This commit is contained in:
commit
a67be7573d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ NoNewPrivileges=yes
|
||||||
PrivateTmp=yes
|
PrivateTmp=yes
|
||||||
#Private device restrict access to device in /dev/, so to any devices like razberry, zigate, etc.
|
#Private device restrict access to device in /dev/, so to any devices like razberry, zigate, etc.
|
||||||
#PrivateDevices=yes
|
#PrivateDevices=yes
|
||||||
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_BLUETOOTH
|
||||||
RestrictNamespaces=yes
|
RestrictNamespaces=yes
|
||||||
RestrictRealtime=yes
|
RestrictRealtime=yes
|
||||||
#Same : restrict access to devices
|
#Same : restrict access to devices
|
||||||
|
|
Loading…
Reference in a new issue