summaryrefslogtreecommitdiffstats
path: root/recipes-config/agl-users/agl-users_agl-container-guest-demo.inc
blob: cb21d079bda2ac0d0dee35f9f65391200eadd069 (plain)
1
2
3
4
5
6
7
8
9
10
# Allow input device for agl-driver
GROUPADD_PARAM:${PN} = "\
	--system video ; \
	--system input ; \
	--system pipewire ; \
	-g 1001 agl-driver ; \
"
USERADD_PARAM:${PN} = "\
  -g 1001 -u 1001 -G video,input,pipewire -o -d /home/agl-driver -m -K PASS_MAX_DAYS=-1 agl-driver ; \
"