mirror of
https://github.com/systemd/systemd.git
synced 2025-03-16 10:50:18 +03:00
fuzz: add BPFProgram= to directives
This commit is contained in:
parent
9e009a145d
commit
96734772a7
@ -4,6 +4,7 @@ AllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
AmbientCapabilities=
|
||||
AppArmorProfile=
|
||||
BPFProgram=
|
||||
BindPaths=
|
||||
BindReadOnlyPaths=
|
||||
BlockIOAccounting=
|
||||
|
@ -2,6 +2,7 @@ scope
|
||||
[Scope]
|
||||
AllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
BPFProgram=
|
||||
BlockIOAccounting=
|
||||
BlockIODeviceWeight=
|
||||
BlockIOReadBandwidth=
|
||||
|
@ -28,6 +28,7 @@ AssertPathIsSymbolicLink=
|
||||
AssertSecurity=
|
||||
AssertUser=
|
||||
AssertVirtualization=
|
||||
BPFProgram=
|
||||
Before=
|
||||
BindTo=
|
||||
BindsTo=
|
||||
|
@ -2,6 +2,7 @@ slice
|
||||
[Slice]
|
||||
AllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
BPFProgram=
|
||||
BlockIOAccounting=
|
||||
BlockIODeviceWeight=
|
||||
BlockIOReadBandwidth=
|
||||
|
@ -5,6 +5,7 @@ AllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
AmbientCapabilities=
|
||||
AppArmorProfile=
|
||||
BPFProgram=
|
||||
Backlog=
|
||||
BindIPv6Only=
|
||||
BindPaths=
|
||||
|
@ -4,6 +4,7 @@ AllowedCPUs=
|
||||
AllowedMemoryNodes=
|
||||
AmbientCapabilities=
|
||||
AppArmorProfile=
|
||||
BPFProgram=
|
||||
BindPaths=
|
||||
BindReadOnlyPaths=
|
||||
BlockIOAccounting=
|
||||
|
Loading…
x
Reference in New Issue
Block a user