Skip to content

Commit

Permalink
follow reviewer comment
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroyuki Moriya <41197469+Gekko0114@users.noreply.github.com>
  • Loading branch information
Gekko0114 committed Jul 22, 2024
1 parent e5952e4 commit d02d4d8
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 151 deletions.
1 change: 1 addition & 0 deletions experiment/selinux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ Ref: https://github.com/containers/youki/issues/2718.
Reimplementation of [opencontainers/selinux](https://github.com/opencontainers/selinux) in Rust.
Also selinux depends on xattr, but nix doesn't cover xattr function.
Therefore, this PR will implement xattr in Rust.
Referenced the implementation of xattr in [unix](golang.org/x/sys/unix) repo.

Please import and use this project.
1 change: 1 addition & 0 deletions experiment/selinux/src/label.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions experiment/selinux/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pub mod label;
pub mod selinux;
pub mod tools;
Loading

0 comments on commit d02d4d8

Please sign in to comment.