Add process_path_regex rule type

This commit is contained in:
srk24
2024-09-15 11:42:57 +08:00
committed by 世界
parent 06533b7a3b
commit 846777cd0c
15 changed files with 182 additions and 21 deletions

View File

@@ -40,6 +40,7 @@ SFA provides an unprivileged TUN implementation through Android VpnService.
|-----------------------|------------------|-----------------------------------|
| `process_name` | :material-close: | No permission |
| `process_path` | :material-close: | No permission |
| `process_path_regex` | :material-close: | No permission |
| `package_name` | :material-check: | / |
| `user` | :material-close: | Use `package_name` instead |
| `user_id` | :material-close: | Use `package_name` instead |