This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packaging: Add some basics on system user + group management
Signed-off-by: Ikey Doherty <[email protected]>
- Loading branch information
Showing
16 changed files
with
418 additions
and
7 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...s-plugin-content-docs/default/category-docs-packagesidebar-category-system-users-b09.json
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"title": "System Users", | ||
"description": "Stateless management of packaging-based system accounts", | ||
"slug": "/category/system-users", | ||
"permalink": "/docs/category/system-users", | ||
"navigation": { | ||
"previous": { | ||
"title": "Transaction Triggers", | ||
"permalink": "/docs/packaging/triggers/tx_triggers" | ||
}, | ||
"next": { | ||
"title": "Overview", | ||
"permalink": "/docs/packaging/users/overview" | ||
} | ||
} | ||
} |
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
27 changes: 27 additions & 0 deletions
27
...aurus/docusaurus-plugin-content-docs/default/site-docs-packaging-users-groups-md-0c0.json
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"id": "packaging/users/groups", | ||
"title": "Defining Groups", | ||
"description": "Refer to the JSON Group Record documentation for information on all supported fields.", | ||
"source": "@site/docs/packaging/users/groups.md", | ||
"sourceDirName": "packaging/users", | ||
"slug": "/packaging/users/groups", | ||
"permalink": "/docs/packaging/users/groups", | ||
"draft": false, | ||
"unlisted": false, | ||
"editUrl": "https://github.com/serpent-os/docs/tree/main/docs/packaging/users/groups.md", | ||
"tags": [], | ||
"version": "current", | ||
"sidebarPosition": 2, | ||
"frontMatter": { | ||
"sidebar_position": 2 | ||
}, | ||
"sidebar": "packageSidebar", | ||
"previous": { | ||
"title": "Overview", | ||
"permalink": "/docs/packaging/users/overview" | ||
}, | ||
"next": { | ||
"title": "Defining Users", | ||
"permalink": "/docs/packaging/users/" | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
...rus/docusaurus-plugin-content-docs/default/site-docs-packaging-users-overview-md-391.json
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"id": "packaging/users/overview", | ||
"title": "Overview", | ||
"description": "As a stateless distribution, Serpent OS does not permit the modification of /etc/passwd and co by", | ||
"source": "@site/docs/packaging/users/overview.md", | ||
"sourceDirName": "packaging/users", | ||
"slug": "/packaging/users/overview", | ||
"permalink": "/docs/packaging/users/overview", | ||
"draft": false, | ||
"unlisted": false, | ||
"editUrl": "https://github.com/serpent-os/docs/tree/main/docs/packaging/users/overview.md", | ||
"tags": [], | ||
"version": "current", | ||
"sidebarPosition": 1, | ||
"frontMatter": { | ||
"sidebar_position": 1 | ||
}, | ||
"sidebar": "packageSidebar", | ||
"previous": { | ||
"title": "System Users", | ||
"permalink": "/docs/category/system-users" | ||
}, | ||
"next": { | ||
"title": "Defining Groups", | ||
"permalink": "/docs/packaging/users/groups" | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...saurus/docusaurus-plugin-content-docs/default/site-docs-packaging-users-users-md-d69.json
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"id": "packaging/users/users", | ||
"title": "Defining Users", | ||
"description": "System accounts should always be marked as locked. Refer to the JSON User Record documentation for information on all supported fields.", | ||
"source": "@site/docs/packaging/users/users.md", | ||
"sourceDirName": "packaging/users", | ||
"slug": "/packaging/users/", | ||
"permalink": "/docs/packaging/users/", | ||
"draft": false, | ||
"unlisted": false, | ||
"editUrl": "https://github.com/serpent-os/docs/tree/main/docs/packaging/users/users.md", | ||
"tags": [], | ||
"version": "current", | ||
"sidebarPosition": 3, | ||
"frontMatter": { | ||
"sidebar_position": 3 | ||
}, | ||
"sidebar": "packageSidebar", | ||
"previous": { | ||
"title": "Defining Groups", | ||
"permalink": "/docs/packaging/users/groups" | ||
} | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.