1
6
Fork
You've already forked util-ironclad
1
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
mount: add support for MNT_UNPACK
Signed-off-by: streaksu <streaksu@mailbox.org>
2026年07月09日 10:50:49 +02:00
src mount: add support for MNT_UNPACK 2026年07月09日 10:50:49 +02:00
COPYING Initial commit 2023年02月26日 20:55:31 +01:00
meson.build build: delete superfluous utilities replaced in Gloire 2026年01月21日 20:22:35 +01:00
README.md Add better README and update copyrights 2026年03月13日 12:02:18 +01:00

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 settings
  • ipcrm,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.