diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:23:45 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:00 -0400 |
commit | d4e75db6d72a78dc7366d85b71fe84bc5174369e (patch) | |
tree | 850f16f7c81804cf9120e2fa1e72d60c80e15a16 /python/subuser/README | |
parent | 47fae70f76969333cb7ea8af9d240904360da6c1 (diff) |
python/subuser: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/subuser/README')
-rw-r--r-- | python/subuser/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/subuser/README b/python/subuser/README index 7469c71be8ef9..69ee53f4795cc 100644 --- a/python/subuser/README +++ b/python/subuser/README @@ -1,4 +1,4 @@ -Subuser turns a docker container into a normal program. This program, however, -runs with restricted privileges. It can only access the directory from which it was -called, not the user's entire home directory. Each subuser is assigned a -specific set of permissions. +Subuser turns a docker container into a normal program. This program, +however, runs with restricted privileges. It can only access the +directory from which it was called, not the user's entire home +directory. Each subuser is assigned a specific set of permissions. |