phylum-dev / rust-landlock

A Rust library for the Linux Landlock sandboxing feature

Home Page:https://crates.io/crates/landlock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Landlock library

Landlock is a security feature available since Linux 5.13. The goal is to enable to restrict ambient rights (e.g., global filesystem access) for a set of processes by creating safe security sandboxes as new security layers in addition to the existing system-wide access-controls. This kind of sandbox is expected to help mitigate the security impact of bugs, unexpected or malicious behaviors in applications. Landlock empowers any process, including unprivileged ones, to securely restrict themselves. More information about Landlock can be found in the official website.

This Rust crate provides a safe abstraction for the Landlock system calls along with some helpers. See the Rust Landlock API documentation.

About

A Rust library for the Linux Landlock sandboxing feature

https://crates.io/crates/landlock

License:Other


Languages

Language:Rust 100.0%