-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eosfs: Workaround assumptions on stat/xattrs auth (#4369)
* eosfs: Workaround assumptions on stat/xattrs auth * Add changelog * eosfs: some refactoring * eosfs: small refactoring * eosfs: small refactoring --------- Co-authored-by: Fabrizio Furano <fabrizio.furano@gmail.com> Co-authored-by: fbx <ffurano@blably.com>
- Loading branch information
1 parent
4fa2098
commit 64ecbc5
Showing
2 changed files
with
56 additions
and
44 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,6 @@ | ||
Bugfix: Carefully use root credentials to perform system level ops | ||
|
||
This PR ensures that system level ops like setlock, setattr, stat... work when invoked from a gateway | ||
This is relevant for eosgrpc, as eosbinary exploited the permissivity of the eos cmdline | ||
|
||
https://github.com/cs3org/reva/pull/4369 |
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