Merge pull request #13404 from Bo98/sandbox-ugid
sandbox: allow file-write-setugid
This commit is contained in:
commit
492ac6f771
@ -35,6 +35,7 @@ class Sandbox
|
||||
|
||||
def allow_write(path, options = {})
|
||||
add_rule allow: true, operation: "file-write*", filter: path_filter(path, options[:type])
|
||||
add_rule allow: true, operation: "file-write-setugid", filter: path_filter(path, options[:type])
|
||||
end
|
||||
|
||||
def deny_write(path, options = {})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user