We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e30ae commit 9bafb53Copy full SHA for 9bafb53
settings/script.hello
@@ -392,17 +392,22 @@ cat >> "${uzip}"/etc/devfs.conf <<\EOF
392
# Allow users to write optical media
393
# https://github.com/helloSystem/ISO/issues/327
394
395
-own acd0 root:wheel
396
-perm acd0 0660
+own acd* root:wheel
+perm acd* 0660
397
398
-own cd0 root:wheel
399
-perm cd0 0660
+own cd* root:wheel
+perm cd* 0660
400
401
-own pass1 root:wheel
402
-perm pass1 0660
+own pass* root:wheel
+perm pass* 0660
403
404
-own pass0 root:wheel
405
-perm pass0 0660
+# Allow users access to serial ports
+
406
+own cua* root:wheel
407
+perm cua* 0660
408
409
+own tty* root:wheel
410
+perm tty* 0660
411
EOF
412
413
# https://github.com/helloSystem/hello/issues/50#issuecomment-753237990
0 commit comments