We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad29a0d commit 8477e95Copy full SHA for 8477e95
apps/common/util/function_code.py
@@ -31,7 +31,7 @@ def __init__(self, sandbox=False):
31
self.user = None
32
self._createdir()
33
if self.sandbox:
34
- os.system(f"chown -R {self.user}:{self.user} {self.sandbox_path}")
+ os.system(f"chown -R {self.user}:root {self.sandbox_path}")
35
36
def _createdir(self):
37
old_mask = os.umask(0o077)
0 commit comments