|
|
|
|
|
by rainworld
453 days ago
|
|
// If we have no rules, just return
if len(rules) == 0 {
log.Info("No sandbox rules to apply")
return nil
}
Really cool and well-written project, but I disagree with this choice: No rules should mean no rules (everything denied).I would have suggested support for more fine-grained file/directory permissions—good to see that’s already planned. |
|