Problem
Once a bash command is approved (with "always allow"), there is almost no way to:
- Find where this permission is stored
- View a list of approved commands
- Remove/reset the permission
This is a security/usability concern because users cannot easily audit or revoke permissions they've granted.
Current Behavior
- User approves a bash command with "always"
- Permission is saved somewhere (unclear where)
- No documented way to view or revoke this permission
- User has to hunt through config files or documentation to find the answer
Expected Behavior
- Clear documentation on where permissions are stored
- A CLI command or UI option to list approved permissions
- A way to reset/revoke individual permissions or all permissions
Related Issues
Problem
Once a bash command is approved (with "always allow"), there is almost no way to:
This is a security/usability concern because users cannot easily audit or revoke permissions they've granted.
Current Behavior
Expected Behavior
Related Issues