-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from LeChatP/develop
New step for making sr available on official repos
- Loading branch information
Showing
11 changed files
with
149 additions
and
238 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ members = ["xtask", "rar-common"] | |
[package] | ||
name = "rootasrole" | ||
# The project version is managed on json file in resources/rootasrole.json | ||
version = "3.0.1" | ||
version = "3.0.2" | ||
rust-version = "1.76.0" | ||
authors = ["Eddie Billoir <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -51,56 +51,44 @@ unexpected_cfgs = { level = "allow", check-cfg = ['cfg(tarpaulin_include)'] } | |
|
||
|
||
[build-dependencies] | ||
reqwest = { version = "0.12.4", features = ["blocking", "json"] } | ||
pcre2 = "0.2.4" | ||
regex = "1.9.1" | ||
serde = { version = "1.0.200" } | ||
serde_json = "1.0.116" | ||
serde_json = "1.0.128" | ||
toml = "0.8.13" | ||
|
||
[dependencies] | ||
rar-common = { path = "rar-common", version = "3.0.0", package = "rootasrole-core" } | ||
tracing = "0.1.40" | ||
tracing-subscriber = "0.3.18" | ||
libc = "0.2.155" | ||
libc = "0.2.159" | ||
strum = { version = "0.26.3", features = ["derive"] } | ||
semver = { version = "1.0.23", features = ["serde"] } | ||
nix = { version = "0.29.0", features = ["user","process", "signal", "fs"] } | ||
#sudoers-reader = { path = "sudoers-reader" } | ||
nix = { version = "0.29.0", features = ["user","process", "signal", "fs"] } | ||
capctl = "0.2.4" | ||
pcre2 = { version = "0.2.7", optional = true } | ||
serde = { version = "1.0.202", features=["rc"] } | ||
serde_json = "1.0.117" | ||
serde = { version = "1.0.210", features=["rc"] } | ||
serde_json = "1.0.128" | ||
ciborium = "0.2.2" | ||
glob = "0.3.1" | ||
pam-client = { version = "0.5.0", git = "https://gitlab.com/LeChatP/rust-pam-client.git" } | ||
pam-sys = "1.0.0-alpha5" | ||
bitflags = { version = "2.5.0" } | ||
pam-sys = { version = "1.0.0-alpha.5", git = "https://github.com/LeChatP/pam-sys.git" } | ||
bitflags = { version = "2.6.0" } | ||
shell-words = "1.1.0" | ||
syslog-tracing = "0.3.0" | ||
linked_hash_set = { version = "0.1.4" } | ||
derivative = "2.2.0" | ||
sha2 = "0.10.8" | ||
sha1 = "0.10.6" | ||
#md5 = "0.7.0" | ||
chrono = "0.4.38" | ||
pty-process = "0.4.0" | ||
once_cell = "1.19.0" | ||
pest = "2.7.8" | ||
pest_derive = "2.7.8" | ||
#phf = { version = "0.11.2", features = ["macros"] } | ||
const_format = "0.2.32" | ||
once_cell = "1.20.2" | ||
pest = "2.7.14" | ||
pest_derive = "2.7.14" | ||
const_format = "0.2.33" | ||
hex = "0.4.3" | ||
|
||
[dev-dependencies] | ||
env_logger = "0.11.5" | ||
test-log = { version = "0.2.12", features = ["trace"] } | ||
tracing = "0.1.37" | ||
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["env-filter", "fmt"] } | ||
pest-test-gen = "0.1.7" | ||
pest-test = "0.1.6" | ||
lazy_static = "1.4.0" | ||
toml = "0.8.19" | ||
|
||
|
||
[package.metadata.deb] | ||
|
@@ -121,6 +109,7 @@ preserve-symlinks = true | |
conf-files = ["/etc/pam.d/sr", "/etc/security/rootasrole.json"] | ||
maintainer-scripts = "target/release/" | ||
extended-description = "RootAsRole is a project to allow Linux/Unix administrators to delegate their administrative tasks access rights to multiple co-administrators through RBAC model and Linux Capabilities features." | ||
changelog = "target/debian/changelog" | ||
|
||
[package.metadata.generate-rpm] | ||
assets = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: &'static str = "3.0.1"; | ||
pub const PACKAGE_VERSION: &str = "3.0.2"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
% RootAsRole(8) System Manager's Manual | ||
% Version 3.0.0 | ||
% RootAsRole(8) RootAsRole 3.0.0 | System Manager's Manual | ||
% Eddie Billoir <[email protected]> | ||
% September 2024 | ||
|
||
# NAME | ||
|
@@ -84,9 +84,6 @@ For help, please visit <https://github.com/LeChatP/RootAsRole/discussions> or <h | |
|
||
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>. | ||
|
||
# AUTHOR | ||
This manual was written by Eddie BILLOIR <[email protected]> | ||
|
||
# LICENSE | ||
GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.