Skip to content

Commit 4459fff

Browse files
committed
Added user permission for kvm usage
1 parent c47e5ef commit 4459fff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/emulator

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ COPY mixins ${APP_PATH}/mixins
7878
COPY cli ${APP_PATH}/cli
7979
RUN --mount=type=secret,id=extension,dst=/tmp/extension.sh \
8080
bash /tmp/extension.sh
81+
RUN echo "${USERNAME} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
8182

8283
#===================
8384
# Configure OpenBox

0 commit comments

Comments
 (0)