klange / toaruos

A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
https://toaruos.org/
University of Illinois/NCSA Open Source License
6.03k stars 475 forks source link

Kernel crash on "sudo rm -r /var/sudoers". #251

Closed Doczom closed 1 year ago

Doczom commented 1 year ago

From turbocat2001:

If you remove the existing /var/sudoers directory as root, the kernel will crash.

klange commented 1 year ago

Prior to ebd55bc204f8a539f019660dfe8481c4f4928e80, trying to delete any directory in the tmpfs kernel panicked. This should be resolved already.

mxlgv commented 1 year ago

Thanks for unbanning. I will be more restrained. Yes indeed it has been fixed. Sorry...