-
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.
Merge pull request #4977 from cs3org/fix/stat-as-daemon
Refactor EOSFS to use cbox / daemon instead of root Remove deprecated logic
- Loading branch information
Showing
8 changed files
with
310 additions
and
681 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Enhancement: do not use root on EOS | ||
|
||
Currently, the EOS drivers use root authentication for many different operations. This has now been changed to use one of the following: | ||
* cbox, which is a sudo'er | ||
* daemon, for read-only operations | ||
* the user himselft | ||
|
||
Note that home creation is excluded here as this will be tackled in a different PR. | ||
|
||
https://github.com/cs3org/reva/pull/4977/ |
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
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.