-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrote helper function for getting uid/gid, function for setting user …
…or daemon auth
- Loading branch information
Jesse Geens
committed
Dec 10, 2024
1 parent
97288a4
commit e172a77
Showing
5 changed files
with
120 additions
and
98 deletions.
There are no files selected for viewing
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,14 @@ | ||
Enhancement: drop shadow namespaces | ||
|
||
This comes as part of the effort to operate EOS without being root, see https://github.com/cs3org/reva/pull/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) | ||
|
||
https://github.com/cs3org/reva/pull/4984 |
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
Oops, something went wrong.