Skip to content

Commit 9bafb53

Browse files
authored
Allow users access to serial ports
1 parent c4e30ae commit 9bafb53

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

settings/script.hello

+13-8
Original file line numberDiff line numberDiff line change
@@ -392,17 +392,22 @@ cat >> "${uzip}"/etc/devfs.conf <<\EOF
392392
# Allow users to write optical media
393393
# https://github.com/helloSystem/ISO/issues/327
394394
395-
own acd0 root:wheel
396-
perm acd0 0660
395+
own acd* root:wheel
396+
perm acd* 0660
397397
398-
own cd0 root:wheel
399-
perm cd0 0660
398+
own cd* root:wheel
399+
perm cd* 0660
400400
401-
own pass1 root:wheel
402-
perm pass1 0660
401+
own pass* root:wheel
402+
perm pass* 0660
403403
404-
own pass0 root:wheel
405-
perm pass0 0660
404+
# Allow users access to serial ports
405+
406+
own cua* root:wheel
407+
perm cua* 0660
408+
409+
own tty* root:wheel
410+
perm tty* 0660
406411
EOF
407412

408413
# https://github.com/helloSystem/hello/issues/50#issuecomment-753237990

0 commit comments

Comments
 (0)