Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ members = ["xtask", "rar-common"]
[package]
name = "rootasrole"
# The project version is managed on json file in resources/rootasrole.json
version = "3.0.5"
version = "3.0.6"
rust-version = "1.76.0"
authors = ["Eddie Billoir <[email protected]>"]
edition = "2021"
default-run = "sr"
description = "An alternative to sudo that uses Linux capabilities and Role based access control."
license = "GPL-3.0-or-later"
license = "LGPL-3.0-or-later"
repository = "https://github.com/LeChatP/RootAsRole"
homepage = "https://lechatp.github.io/RootAsRole/"
keywords = ["sudo", "capabilities", "rbac", "linux", "security"]
Expand Down
829 changes: 160 additions & 669 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- The project version is managed on json file in resources/rootasrole.json -->
<!-- markdownlint-restore -->

# RootAsRole (V3.0.5) : A memory-safe and security-oriented alternative to sudo/su commands
# RootAsRole (V3.0.6) : A memory-safe and security-oriented alternative to sudo/su commands

**RootAsRole** is a project to allow Linux/Unix administrators to delegate their administrative tasks access rights to users. Its main features are :

Expand Down Expand Up @@ -215,5 +215,7 @@ This logo were generated using DALL-E 2 AI, for any license issue or plagiarism,
This project includes [sudo-rs](https://github.com/memorysafety/sudo-rs) code licensed under the Apache-2 and MIT licenses:
We have included cutils.rs, securemem.rs to make work the rpassword.rs file. Indeed, We thought that the password was well managed in this file and we have reused it. As sudo-rs does, rpassword.rs is from the rpassword project (License: Apache-2.0). We use it as a replacement of the rpassword project usage.

This project was initiated by **IRIT** and sponsored by both **IRIT** and **Airbus PROTECT** through an industrial PhD during 2022 and 2025.


## [Link to References](https://lechatp.github.io/RootAsRole/bibliography.html)
4 changes: 2 additions & 2 deletions rar-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "rootasrole-core"
version = "3.0.5"
version = "3.0.6"
edition = "2021"
description = "This core crate contains the RBAC and main features for the RootAsRole project."
license = "GPL-3.0-or-later"
license = "LGPL-3.0-or-later"

[dependencies]
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion rar-common/src/version.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is generated by build.rs
// Do not edit this file directly
// Instead edit build.rs and run cargo build
pub const PACKAGE_VERSION: &str = "3.0.5";
pub const PACKAGE_VERSION: &str = "3.0.6";
2 changes: 1 addition & 1 deletion resources/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgver=3.0.0_alpha.5
pkgrel=1
pkgdesc='Alternative to sudo to run some administrative commands that uses Linux capabilities and RBAC for scalability.'
url='https://lechatp.github.io/RootAsRole/'
license=('GPL-3.0-or-later')
license=('LGPL-3.0-or-later')
arch=('x86_64')
source=("https://github.com/LeChatP/RootAsRole/archive/v${pkgver//_/-}.tar.gz")
sha256sums=('SKIP')
Expand Down
4 changes: 2 additions & 2 deletions resources/man/en_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ For help, please visit <https://github.com/LeChatP/RootAsRole/discussions> or <h

# DISCLAIMER

This program is provided "as is" without any warranty, to the extent permitted by law. The authors disclaim any responsibility for the quality or suitability of the program for a particular purpose. You use this program at your own risk. In case of problems, you are responsible for any necessary repairs or corrections. For more details, please refer to the GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This program is provided "as is" without any warranty, to the extent permitted by law. The authors disclaim any responsibility for the quality or suitability of the program for a particular purpose. You use this program at your own risk. In case of problems, you are responsible for any necessary repairs or corrections. For more details, please refer to the GNU LGPL version 3 or later <https://www.gnu.org/licenses/lgpl-3.0.html>

# LICENSE
GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
LGPLv3+: GNU LGPL version 3 or later <https://www.gnu.org/licenses/lgpl-3.0.html>.

# SEE ALSO
Linux capabilities(7), sudo(8), su(1)
4 changes: 2 additions & 2 deletions resources/man/fr_FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ Pour obtenir de l'aide, veuillez consulter <https://github.com/LeChatP/RootAsRol

# CLAUSE DE NON-RESPONSABILITÉ

Ce programme est fourni « en l'état », sans aucune garantie, dans la limite permise par la loi. Les auteurs déclinent toute responsabilité quant à la qualité ou l'adéquation du programme à un usage particulier. Vous utilisez ce programme à vos propres risques. En cas de problème, vous êtes responsable des réparations ou corrections nécessaires. Pour plus de détails, veuillez consulter la licence GNU GPL version 3 ou ultérieure <https://gnu.org/licenses/gpl.html>.
Ce programme est fourni « en l'état », sans aucune garantie, dans la limite permise par la loi. Les auteurs déclinent toute responsabilité quant à la qualité ou l'adéquation du programme à un usage particulier. Vous utilisez ce programme à vos propres risques. En cas de problème, vous êtes responsable des réparations ou corrections nécessaires. Pour plus de détails, veuillez consulter la licence GNU LGPL version 3 ou ultérieure <https://www.gnu.org/licenses/lgpl-3.0.html>.

# AUTEUR
Ce manuel a été écrit par Eddie BILLOIR <[email protected]>

# LICENCE
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
License LGPLv3+: GNU LGPL version 3 or later <https://www.gnu.org/licenses/lgpl-3.0.html>.

# VOIR AUSSI
Linux capabilities(7), sudo(8), su(1)
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xtask"
# The project version is managed on json file in resources/rootasrole.json
version = "3.0.5"
version = "3.0.6"
edition = "2021"
publish = false

Expand Down
Loading