1 Repo
System-level flags that prevent files from being modified or deleted, regardless of user privilege.
Distinct from Feature Flag Management: Candidates refer to feature toggles in software or CTF competitions, not filesystem-level security flags.
Explore 1 awesome GitHub repository matching security & cryptography · File Immutable Flags. Refine with filters or upvote what's useful.
This repository contains the complete source code for a Unix-like operating system, including the monolithic kernel and base system utilities. It provides a BSD-derived system core and a full build toolchain required to compile a functional operating system for servers, desktops, or embedded devices. The system features a Linux binary compatibility layer that enables the execution and emulation of Linux binaries on a non-Linux platform. It also includes a modular kernel configuration process to tailor hardware support and system features during compilation. The project covers broad system ca
Implements security flags on files to prevent alteration or deletion even by the superuser.