Skip to content

Commit

Permalink
WIP: rust: Add sysusers code
Browse files Browse the repository at this point in the history
See #49
  • Loading branch information
cgwalters committed Mar 7, 2019
1 parent b851d9d commit acd14df
Show file tree
Hide file tree
Showing 17 changed files with 1,273 additions and 72 deletions.
4 changes: 4 additions & 0 deletions docs/manual/treefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,7 @@ version of `rpm-ostree`.

* `rojig`: Object, optional. Sub-keys are `name`, `summary`, `license`,
and `description`. Of those, `name` and `license` are mandatory.

* `sysusers`: boolean, optional: Defaults to `false`. Enable generation of
systemd sysusers.d entries based on `useradd` invocations. If enabled,
this overrides `preserve-passwd`. It also obsoletes `check-passwd`.
2 changes: 2 additions & 0 deletions rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ pub use journal::*;
mod utils;
pub use utils::*;
mod openat_utils;
mod sysusers;
pub use sysusers::*;
Loading

0 comments on commit acd14df

Please sign in to comment.