diff options
Diffstat (limited to 'internal/generate/classify.go')
| -rw-r--r-- | internal/generate/classify.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/generate/classify.go b/internal/generate/classify.go index e42d4a0..5660eb1 100644 --- a/internal/generate/classify.go +++ b/internal/generate/classify.go @@ -257,6 +257,10 @@ func classifyNameOnly(name string) (ClassificationResult, bool) { return ClassificationResult{Kind: KindEventfd}, true case "sys_exit_landlock_create_ruleset": return ClassificationResult{Kind: KindEventfd}, true + case "sys_enter_landlock_add_rule": + return ClassificationResult{Kind: KindFd}, true + case "sys_enter_landlock_restrict_self": + return ClassificationResult{Kind: KindFd}, true case "sys_enter_fsopen": return ClassificationResult{Kind: KindEventfd}, true case "sys_exit_fsopen": |
