diff options
Diffstat (limited to 'python/subuser/README')
-rw-r--r-- | python/subuser/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/subuser/README b/python/subuser/README new file mode 100644 index 0000000000..7469c71be8 --- /dev/null +++ b/python/subuser/README @@ -0,0 +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. |