mirror of
https://github.com/systemd/systemd.git
synced 2025-03-16 10:50:18 +03:00
fuzz: add SocketBind{Allow|Deny}= directive
This commit is contained in:
parent
c308025875
commit
7dc1707aab
@ -162,6 +162,8 @@ SetCredential=
|
||||
Slice=
|
||||
SloppyOptions=
|
||||
SmackProcessLabel=
|
||||
SocketBindAllow=
|
||||
SocketBindDeny=
|
||||
StandardError=
|
||||
StandardInput=
|
||||
StandardInputData=
|
||||
|
@ -52,6 +52,8 @@ RuntimeMaxSec=
|
||||
SendSIGHUP=
|
||||
SendSIGKILL=
|
||||
Slice=
|
||||
SocketBindAllow=
|
||||
SocketBindDeny=
|
||||
StartupBlockIOWeight=
|
||||
StartupCPUShares=
|
||||
StartupCPUWeight=
|
||||
|
@ -88,6 +88,8 @@ RequiresMountsFor=
|
||||
RequiresOverridable=
|
||||
Requisite=
|
||||
RequisiteOverridable=
|
||||
SocketBindAllow=
|
||||
SocketBindDeny=
|
||||
SourcePath=
|
||||
StartLimitAction=
|
||||
StartLimitBurst=
|
||||
|
@ -45,6 +45,8 @@ MemoryMin=
|
||||
MemorySwapMax=
|
||||
NetClass=
|
||||
Slice=
|
||||
SocketBindAllow=
|
||||
SocketBindDeny=
|
||||
StartupBlockIOWeight=
|
||||
StartupCPUShares=
|
||||
StartupCPUWeight=
|
||||
|
@ -204,6 +204,8 @@ SmackLabel=
|
||||
SmackLabelIPIn=
|
||||
SmackLabelIPOut=
|
||||
SmackProcessLabel=
|
||||
SocketBindAllow=
|
||||
SocketBindDeny=
|
||||
SocketGroup=
|
||||
SocketMode=
|
||||
SocketProtocol=
|
||||
|
@ -158,6 +158,8 @@ SendSIGKILL=
|
||||
SetCredential=
|
||||
Slice=
|
||||
SmackProcessLabel=
|
||||
SocketBindAllow=
|
||||
SocketBindDeny=
|
||||
StandardError=
|
||||
StandardInput=
|
||||
StandardInputData=
|
||||
|
Loading…
x
Reference in New Issue
Block a user