Skip to content

Commit de2cdfa

Browse files
committed
file permission rework + expose users and groups
1 parent ca49f59 commit de2cdfa

11 files changed

Lines changed: 360 additions & 165 deletions

File tree

example/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
xnode-manager.url = "github:Openmesh-Network/xnode-manager";
3+
xnode-manager.url = "path:.."; # "github:Openmesh-Network/xnode-manager";
44
nixpkgs.follows = "xnode-manager/nixpkgs";
55

66
xnode-auth.url = "github:Openmesh-Network/xnode-auth";

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ rustPlatform, pkgs }:
22
rustPlatform.buildRustPackage {
33
pname = "xnode-manager";
4-
version = "1.0.0";
4+
version = "1.0.1";
55
src = ../rust-app;
66

77
cargoLock = {

rust-app/Cargo.lock

Lines changed: 24 additions & 107 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ edition = "2024"
99
actix-cors = "0.7"
1010
actix-web = "4"
1111
env_logger = "0.11"
12-
exacl = "0.12"
1312
log = "0.4"
13+
posix-acl = "1.2"
1414
serde = { version = "1", features = ["derive"] }
1515
serde_json = "1"
1616
sysinfo = "0.35"

0 commit comments

Comments
 (0)