Skip to content

Commit

Permalink
fix netplan perms
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Nov 19, 2024
1 parent 7117b03 commit e917919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.agnos
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ COPY ./userspace/firmware/* /lib/firmware/
# populate /etc
COPY ./userspace/files/fstab /etc
COPY ./userspace/files/profile /etc/profile
COPY ./userspace/files/01-network-manager-all.yaml /etc/netplan/
COPY --chown=root:root ./userspace/files/01-network-manager-all.yaml /etc/netplan/
COPY ./userspace/files/allow-network-control.pkla /etc/polkit-1/localauthority/50-local.d/allow-network-control.pkla
COPY ./userspace/files/allow-modem-control.pkla /etc/polkit-1/localauthority/50-local.d/allow-modem-control.pkla
COPY ./userspace/files/*.rules /etc/udev/rules.d/
Expand Down

0 comments on commit e917919

Please sign in to comment.