From e4da0e5a98d83ce614a1efdfe0bbeea938b0c4cf Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Tue, 22 Aug 2023 20:16:22 -0300 Subject: [PATCH] more permissions fixes --- debian/maintainer_scripts/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/maintainer_scripts/postinst b/debian/maintainer_scripts/postinst index e1ca6f5..6a14146 100644 --- a/debian/maintainer_scripts/postinst +++ b/debian/maintainer_scripts/postinst @@ -2,3 +2,4 @@ adduser --system --system balloon usermod -G gpio -a balloon usermod -G dialout -a balloon usermod -G spi -a balloon +usermod -G video -a balloon -- GitLab