Skip to content

Commit

Permalink
Merge pull request #27 from trifectatechfoundation/privilege-boundary…
Browse files Browse the repository at this point in the history
…-update-2025

Privilege boundary updates
  • Loading branch information
erikjee authored Jan 6, 2025
2 parents 4f6e756 + 4703188 commit 4bb232b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
3 changes: 2 additions & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ funders = [
"devolutions",
"chainguard",
"isrg",
"elaadnl"
"elaadnl",
"aws"
]

blogposts = [
Expand Down
20 changes: 8 additions & 12 deletions content/initiatives/privilege-boundary.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ funders = [
"prossimo",
"nlnetfoundation",
"ngi-zero-core",
"ngi-zero-entrust",
"tweedegolf"
"tweedegolf",
"aws"
]

blogposts = [
Expand All @@ -27,11 +27,6 @@ blogposts = [
]
+++






### Sudo-rs

The sudo and su utilities mediate a critical privilege boundary on almost every open-source operating system
Expand All @@ -43,22 +38,23 @@ designed to minimize attack surface.
### Project status

Sudo-rs was [first released](https://www.memorysafety.org/blog/sudo-first-stable-release/) on Aug 29, 2023.
It has since been packaged for Debian, Fedora and Ubuntu and is also being adopted by security-focused distributions such as NixOS and Wolfi Linux.
It has since been packaged for Debian, Fedora and Ubuntu and is also being adopted by security-focused distributions such as NixOS and Wolfi Linux, and [Serpent OS](https://serpentos.com/), an experimental next evolution in Linux distribution.

Current development includes increasing cross-platform support and improve compatibility with the original sudo utility.
[Current development](/initiatives/workplans/sudo-rs#current-work) (Oct 2024 - Apr 2025) includes increasing cross-platform support and improve compatibility with the original sudo utility.

We'd like to thank Todd Miller, maintainer of the original sudo utility, for his advice and guidance on our implementation.

### Roadmap

See <a href="/initiatives/workplans/sudo-rs">the sudo-rs roadmap</a>.
See [the sudo-rs roadmap](/initiatives/workplans/sudo-rs)</a>.

### Links

- [GitHub](https://github.com/memorysafety/sudo-rs)
- [crates.io](https://crates.io/crates/sudo-rs)

### History

The initial development of sudo-rs was started and funded by the [Internet Security Research Group](https://www.abetterinternet.org/) as part of the [Prossimo project](https://www.memorysafety.org/). A joint development effort between [Tweede golf](https://tweedegolf.nl/en) and [Ferrous Systems](https://ferrous-systems.com/) resulted in the first release. In July 2024 the [sudo-rs moved to the Trifecta Tech Foundation](https://www.memorysafety.org/).
The initial development of sudo-rs was started and funded by the [Internet Security Research Group](https://www.abetterinternet.org/) as part of the [Prossimo project](https://www.memorysafety.org/). A joint development effort between [Tweede golf](https://tweedegolf.nl/en) and [Ferrous Systems](https://ferrous-systems.com/) resulted in the first release.

In July 2024 the [sudo-rs moved to the Trifecta Tech Foundation](https://www.memorysafety.org/blog/trifecta-tech-foundation-sudo-su/).

0 comments on commit 4bb232b

Please sign in to comment.