Fix livecd user permissions for kairos (#1106)

This commit is contained in:
Itxaka 2024-10-10 21:49:59 +02:00 committed by GitHub
parent b9a87e24f6
commit 9c98079247
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
packages:
- name: "kairos-overlay-files"
category: "static"
version: "1.3.0"
version: "1.3.1"

View File

@ -13,6 +13,8 @@ stages:
users:
kairos:
passwd: "kairos"
groups:
- "admin"
- name: "Setup sudo"
files:
- path: "/etc/sudoers"