Skip to content

Give mounted filesystem to login user

Cole Renken requested to merge cerk8n/class_minix:main into main

Since mount is invoked with superuser, the mounted filesystem is owned entirely by root. This wreaks havoc on file explorers and scripts; everything needs to have superuser privledges to edit those files and folders.

Merge request reports