diff options
author | Sergey Poznyakoff <gray@gnu.org> | 2019-12-01 08:09:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-01 08:09:33 +0700 |
commit | 7f8489d5ef1a04f0eff9e58f6d6fd6fb28b59908 (patch) | |
tree | 4eb0c85179753ed5b76902d21a5148a65183885a /system/sargon/README | |
parent | 7f184736aaab928e8cdf8b1e1f17fe169b82df6d (diff) |
system/sargon: Added (User privilege system for docker).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sargon/README')
-rw-r--r-- | system/sargon/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/sargon/README b/system/sargon/README new file mode 100644 index 000000000000..1b3fbb636bd8 --- /dev/null +++ b/system/sargon/README @@ -0,0 +1,8 @@ +User privilege system for docker that controls container and volume +creation. It enables the administrator to exercise control over the +containers that users are allowed to create and decide whether to permit +creation of privileged containers, what parts of the host file system +can be visible to containers via bind or volume mechanism, what memory +limits to apply, etc. + +User privileges are kept in LDAP. |