Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 502 Bytes

no-more-shadow-ns.md

File metadata and controls

14 lines (10 loc) · 502 Bytes

Enhancement: drop shadow namespaces

This comes as part of the effort to operate EOS without being root, see #4977

In this PR the post-home creation hook (and corresponding flag) is replaced by a create_home_hook, and the following configuration parameters are suppressed:

shadow_namespace
share_folder
default_quota_bytes
default_secondary_quota_bytes
default_quota_files
uploads_namespace (unused)

#4984