Browse Source

Add files via upload

tteckster 3 years ago
parent
commit
80277f124d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      misc/frigate-conf.sh

+ 2 - 0
misc/frigate-conf.sh

@@ -67,6 +67,8 @@ sed '/autodev/d' $CTID_CONFIG_PATH >CTID.conf
 cat CTID.conf >$CTID_CONFIG_PATH
 
 cat <<EOF >> $CTID_CONFIG_PATH
+lxc.cgroup2.devices.allow: a
+lxc.cap.drop:
 lxc.autodev: 1
 lxc.hook.autodev: bash -c '$HOOK_SCRIPT'
 EOF