Collection of system utilities for use with Ironclad, aimed to provide a similar solution to other system tools like util-linux, procps-ng, e2fsprogs, and others.
- C 97%
- Meson 3%
|
streaksu
2ccf4df83a
Signed-off-by: streaksu <streaksu@mailbox.org> |
||
|---|---|---|
| src | mount: add support for MNT_UNPACK | |
| COPYING | Initial commit | |
| meson.build | build: delete superfluous utilities replaced in Gloire | |
| README.md | Add better README and update copyrights | |
util-ironclad
util-ironclad is a collection of system utilities for use with Ironclad, aiming
to provide a similar solution to packages existing for other families of
operating systems like util-linux, procps-ng, and others.
These utilities, alongside other ported utilities, are the system utilities available for Gloire, the reference Ironclad distribution.
Available utils
dmesg: A classic UNIXy tool for printing the kernel buffer logs.execmac: Helper script for executing processes with fine grained Mandatory Access Control (MAC) settings.ifconfig: Internet Interface Config, allows blocking, unblocking, and IP settingsipcrm,ipcs: Shared IPC resource listing and deletion.lsblk: List block devices and their properties.lsclocks: Print all system clocks with resolution and other details.mount, umount, pivot_root: Partition mounting, unmounting, remounting, and root partition management.ps, renice: Process listing and configuration.strace: Linux-like syscall tracing utility.powerd: A very minimal reference daemon for power button handling in Ironclad.
Licensing
These utilities are provided under the GPLv3-Or-Later license.