Interactive Shell
Clear
rex@playground:
/tmp/rex
$
← Back to Ideas
Cedar Policy
— editable
// Read-only policy scoped to /tmp/rex. // Edit to allow or deny different operations. permit( principal, action in [ file_system::Action::"open", file_system::Action::"read", file_system::Action::"stat", // Uncomment for write access: //file_system::Action::"write", //file_system::Action::"create", //file_system::Action::"delete", ], resource ) when { resource in file_system::Dir::"/tmp/rex" || resource == file_system::Dir::"/tmp/rex" };
Files
— sandboxed
Reset