diff options
Diffstat (limited to 'test/fuzz/fuzz-unit-file')
-rw-r--r-- | test/fuzz/fuzz-unit-file/directives.automount | 6 | ||||
-rw-r--r-- | test/fuzz/fuzz-unit-file/directives.mount | 216 | ||||
-rw-r--r-- | test/fuzz/fuzz-unit-file/directives.path | 12 | ||||
-rw-r--r-- | test/fuzz/fuzz-unit-file/directives.scope | 68 | ||||
-rw-r--r-- | test/fuzz/fuzz-unit-file/directives.service | 370 | ||||
-rw-r--r-- | test/fuzz/fuzz-unit-file/directives.slice | 58 | ||||
-rw-r--r-- | test/fuzz/fuzz-unit-file/directives.socket | 266 | ||||
-rw-r--r-- | test/fuzz/fuzz-unit-file/directives.swap | 210 | ||||
-rw-r--r-- | test/fuzz/fuzz-unit-file/directives.timer | 17 |
9 files changed, 0 insertions, 1223 deletions
diff --git a/test/fuzz/fuzz-unit-file/directives.automount b/test/fuzz/fuzz-unit-file/directives.automount deleted file mode 100644 index fd0ce64a2e..0000000000 --- a/test/fuzz/fuzz-unit-file/directives.automount +++ /dev/null @@ -1,6 +0,0 @@ -automount -[Automount] -DirectoryMode= -TimeoutIdleSec= -Where= -ExtraOptions= diff --git a/test/fuzz/fuzz-unit-file/directives.mount b/test/fuzz/fuzz-unit-file/directives.mount deleted file mode 100644 index 0a44328e5c..0000000000 --- a/test/fuzz/fuzz-unit-file/directives.mount +++ /dev/null @@ -1,216 +0,0 @@ -mount -[Mount] -AllowedCPUs= -AllowedMemoryNodes= -AmbientCapabilities= -AppArmorProfile= -BPFProgram= -ExecSearchPath= -BindPaths= -BindReadOnlyPaths= -BlockIOAccounting= -BlockIODeviceWeight= -BlockIOReadBandwidth= -BlockIOWeight= -BlockIOWriteBandwidth= -CPUAccounting= -CPUAffinity= -CPUQuota= -CPUQuotaPeriodSec= -CPUSchedulingPolicy= -CPUSchedulingPriority= -CPUSchedulingResetOnFork= -CPUShares= -CPUWeight= -CacheDirectory= -CacheDirectoryMode= -Capabilities= -CapabilityBoundingSet= -ConfigurationDirectory= -ConfigurationDirectoryMode= -CoredumpFilter= -DefaultMemoryLow= -DefaultMemoryMin= -Delegate= -DeviceAllow= -DevicePolicy= -DirectoryMode= -DisableControllers= -DynamicUser= -Environment= -EnvironmentFile= -ExecPaths= -ExtensionDirectories= -ExtensionImages= -FinalKillSignal= -ForceUnmount= -Group= -IOAccounting= -IODeviceLatencyTargetSec= -IODeviceWeight= -IOReadBandwidthMax= -IOReadIOPSMax= -IOSchedulingClass= -IOSchedulingPriority= -IOWeight= -IOWriteBandwidthMax= -IOWriteIOPSMax= -IPAccounting= -IPAddressAllow= -IPAddressDeny= -IPCNamespacePath= -IPEgressFilterPath= -IPIngressFilterPath= -IgnoreSIGPIPE= -InaccessibleDirectories= -InaccessiblePaths= -KeyringMode= -KillMode= -KillSignal= -LazyUnmount= -LimitAS= -LimitCORE= -LimitCPU= -LimitDATA= -LimitFSIZE= -LimitLOCKS= -LimitMEMLOCK= -LimitMSGQUEUE= -LimitNICE= -LimitNOFILE= -LimitNPROC= -LimitRSS= -LimitRTPRIO= -LimitRTTIME= -LimitSIGPENDING= -LimitSTACK= -LoadCredential= -LoadCredentialEncrypted= -LockPersonality= -LogExtraFields= -LogLevelMax= -LogNamespace= -LogRateLimitBurst= -LogRateLimitIntervalSec= -LogsDirectory= -LogsDirectoryMode= -ManagedOOMMemoryPressure= -ManagedOOMMemoryPressureLimit= -ManagedOOMPreference= -ManagedOOMSwap= -MemoryAccounting= -MemoryDenyWriteExecute= -MemoryHigh= -MemoryLimit= -MemoryLow= -MemoryMax= -MemoryMin= -MemorySwapMax= -MountAPIVFS= -MountFlags= -MountImages= -NUMAMask= -NUMAPolicy= -NetClass= -NetworkNamespacePath= -Nice= -NoExecPaths= -NoNewPrivileges= -OOMScoreAdjust= -Options= -PAMName= -PassEnvironment= -Personality= -PrivateDevices= -PrivateIPC= -PrivateMounts= -PrivateNetwork= -PrivateTmp= -PrivateUsers= -ProcSubset= -ProtectClock= -ProtectControlGroups= -ProtectHome= -ProtectHostname= -ProtectKernelLogs= -ProtectKernelModules= -ProtectKernelTunables= -ProtectProc= -ProtectSystem= -ReadOnlyDirectories= -ReadOnlyPaths= -ReadWriteDirectories= -ReadWriteOnly= -ReadWritePaths= -RemoveIPC= -RestartKillSignal= -RestrictAddressFamilies= -RestrictFileSystems= -RestrictNamespaces= -RestrictNetworkInterfaces= -RestrictRealtime= -RestrictSUIDSGID= -RootDirectory= -RootHash= -RootHashSignature= -RootImage= -RootImageOptions= -RootVerity= -RuntimeDirectory= -RuntimeDirectoryMode= -RuntimeDirectoryPreserve= -SELinuxContext= -SecureBits= -SendSIGHUP= -SendSIGKILL= -SetCredential= -SetCredentialEncrypted= -Slice= -SloppyOptions= -SmackProcessLabel= -SocketBindAllow= -SocketBindDeny= -StandardError= -StandardInput= -StandardInputData= -StandardInputText= -StandardOutput= -StartupAllowedCPUs= -StartupAllowedMemoryNodes= -StartupBlockIOWeight= -StartupCPUShares= -StartupCPUWeight= -StartupIOWeight= -StateDirectory= -StateDirectoryMode= -SupplementaryGroups= -SyslogFacility= -SyslogIdentifier= -SyslogLevel= -SyslogLevelPrefix= -SystemCallArchitectures= -SystemCallErrorNumber= -SystemCallFilter= -SystemCallLog= -TTYPath= -TTYReset= -TTYVHangup= -TTYVTDisallocate= -TTYRows= -TTYColumns= -TasksAccounting= -TasksMax= -TemporaryFileSystem= -TimeoutCleanSec= -TimeoutSec= -TimerSlackNSec= -Type= -UMask= -UnsetEnvironment= -User= -UtmpIdentifier= -UtmpMode= -WatchdogSignal= -What= -Where= -WorkingDirectory= diff --git a/test/fuzz/fuzz-unit-file/directives.path b/test/fuzz/fuzz-unit-file/directives.path deleted file mode 100644 index 3c4df76b23..0000000000 --- a/test/fuzz/fuzz-unit-file/directives.path +++ /dev/null @@ -1,12 +0,0 @@ -path -[Path] -DirectoryMode= -DirectoryNotEmpty= -MakeDirectory= -PathChanged= -PathExists= -PathExistsGlob= -PathModified= -TriggerLimitBurst= -TriggerLimitIntervalSec= -Unit= diff --git a/test/fuzz/fuzz-unit-file/directives.scope b/test/fuzz/fuzz-unit-file/directives.scope deleted file mode 100644 index 4552d0b403..0000000000 --- a/test/fuzz/fuzz-unit-file/directives.scope +++ /dev/null @@ -1,68 +0,0 @@ -scope -[Scope] -AllowedCPUs= -AllowedMemoryNodes= -BPFProgram= -BlockIOAccounting= -BlockIODeviceWeight= -BlockIOReadBandwidth= -BlockIOWeight= -BlockIOWriteBandwidth= -CPUAccounting= -CPUQuota= -CPUQuotaPeriodSec= -CPUShares= -CPUWeight= -DefaultMemoryLow= -DefaultMemoryMin= -Delegate= -DeviceAllow= -DevicePolicy= -DisableControllers= -FinalKillSignal= -IOAccounting= -IODeviceLatencyTargetSec= -IODeviceWeight= -IOReadBandwidthMax= -IOReadIOPSMax= -IOWeight= -IOWriteBandwidthMax= -IOWriteIOPSMax= -IPAccounting= -IPAddressAllow= -IPAddressDeny= -IPEgressFilterPath= -IPIngressFilterPath= -KillMode= -KillSignal= -ManagedOOMMemoryPressure= -ManagedOOMMemoryPressureLimit= -ManagedOOMPreference= -ManagedOOMSwap= -MemoryAccounting= -MemoryHigh= -MemoryLimit= -MemoryLow= -MemoryMax= -MemoryMin= -MemorySwapMax= -NetClass= -RestartKillSignal= -RestrictNetworkInterfaces= -RuntimeMaxSec= -RuntimeRandomizedExtraSec= -SendSIGHUP= -SendSIGKILL= -Slice= -SocketBindAllow= -SocketBindDeny= -StartupAllowedCPUs= -StartupAllowedMemoryNodes= -StartupBlockIOWeight= -StartupCPUShares= -StartupCPUWeight= -StartupIOWeight= -TasksAccounting= -TasksMax= -TimeoutStopSec= -WatchdogSignal= diff --git a/test/fuzz/fuzz-unit-file/directives.service b/test/fuzz/fuzz-unit-file/directives.service deleted file mode 100644 index 056edb9f17..0000000000 --- a/test/fuzz/fuzz-unit-file/directives.service +++ /dev/null @@ -1,370 +0,0 @@ -service -[Unit] -After= -AllowIsolate= -AssertACPower= -AssertArchitecture= -AssertCPUFeature= -AssertCPUPressure= -AssertCPUs= -AssertCapability= -AssertControlGroupController= -AssertCredential= -AssertDirectoryNotEmpty= -AssertEnvironment= -AssertFileIsExecutable= -AssertFileNotEmpty= -AssertFirstBoot= -AssertGroup= -AssertHost= -AssertIOPressure= -AssertKernelCommandLine= -AssertKernelVersion= -AssertMemory= -AssertMemoryPressure= -AssertNeedsUpdate= -AssertOSRelease= -AssertPathExists= -AssertPathExistsGlob= -AssertPathIsDirectory= -AssertPathIsEncrypted= -AssertPathIsMountPoint= -AssertPathIsReadWrite= -AssertPathIsSymbolicLink= -AssertSecurity= -AssertUser= -AssertVirtualization= -BPFProgram= -Before= -ExecSearchPath= -BindTo= -BindsTo= -CollectMode= -ConditionACPower= -ConditionArchitecture= -ConditionCPUFeature= -ConditionCPUPressure= -ConditionCPUs= -ConditionFirmware= -ConditionCapability= -ConditionControlGroupController= -ConditionCredential= -ConditionDirectoryNotEmpty= -ConditionEnvironment= -ConditionFileIsExecutable= -ConditionFileNotEmpty= -ConditionFirstBoot= -ConditionGroup= -ConditionHost= -ConditionIOPressure= -ConditionKernelCommandLine= -ConditionKernelVersion= -ConditionMemory= -ConditionMemoryPressure= -ConditionNeedsUpdate= -ConditionOSRelease= -ConditionPathExists= -ConditionPathExistsGlob= -ConditionPathIsDirectory= -ConditionPathIsEncrypted= -ConditionPathIsMountPoint= -ConditionPathIsReadWrite= -ConditionPathIsSymbolicLink= -ConditionSecurity= -ConditionUser= -ConditionVirtualization= -Conflicts= -DefaultDependencies= -Description= -Documentation= -FailureAction= -FailureActionExitStatus= -IgnoreOnIsolate= -IgnoreOnSnapshot= -JobRunningTimeoutSec= -JobTimeoutAction= -JobTimeoutRebootArgument= -JobTimeoutSec= -JoinsNamespaceOf= -OnFailure= -OnFailureIsolate= -OnFailureJobMode= -OnSuccess= -OnSuccessJobMode= -PartOf= -PropagateReloadFrom= -PropagateReloadTo= -PropagatesReloadTo= -PropagatesStopTo= -RebootArgument= -RefuseManualStart= -RefuseManualStop= -ReloadPropagatedFrom= -Requires= -RequiresMountsFor= -RequiresOverridable= -Requisite= -RequisiteOverridable= -SocketBindAllow= -SocketBindDeny= -SourcePath= -StartLimitAction= -StartLimitBurst= -StartLimitInterval= -StartLimitIntervalSec= -StopWhenUnneeded= -StopPropagatedFrom= -SuccessAction= -SuccessActionExitStatus= -Upholds= -Wants= -[Install] -Alias= -Also= -DefaultInstance= -RequiredBy= -WantedBy= -[Service] -AllowedCPUs= -AllowedMemoryNodes= -AmbientCapabilities= -AppArmorProfile= -BindPaths= -BindReadOnlyPaths= -BlockIOAccounting= -BlockIODeviceWeight= -BlockIOReadBandwidth= -BlockIOWeight= -BlockIOWriteBandwidth= -BusName= -BusPolicy= -CPUAccounting= -CPUAffinity= -CPUQuota= -CPUQuotaPeriodSec= -CPUSchedulingPolicy= -CPUSchedulingPriority= -CPUSchedulingResetOnFork= -CPUShares= -CPUWeight= -CacheDirectory= -CacheDirectoryMode= -Capabilities= -CapabilityBoundingSet= -ConfigurationDirectory= -ConfigurationDirectoryMode= -CoredumpFilter= -DefaultMemoryLow= -DefaultMemoryMin= -Delegate= -DeviceAllow= -DevicePolicy= -DisableControllers= -DynamicUser= -Environment= -EnvironmentFile= -ExecCondition= -ExecPaths= -ExecReload= -ExecStart= -ExecStartPost= -ExecStartPre= -ExecStop= -ExecStopPost= -ExitType= -ExtensionDirectories= -ExtensionImages= -FailureAction= -FileDescriptorStoreMax= -FinalKillSignal= -Group= -GuessMainPID= -IOAccounting= -IODeviceLatencyTargetSec= -IODeviceWeight= -IOReadBandwidthMax= -IOReadIOPSMax= -IOSchedulingClass= -IOSchedulingPriority= -IOWeight= -IOWriteBandwidthMax= -IOWriteIOPSMax= -IPAccounting= -IPAddressAllow= -IPAddressDeny= -IPCNamespacePath= -IPEgressFilterPath= -IPIngressFilterPath= -IgnoreSIGPIPE= -InaccessibleDirectories= -InaccessiblePaths= -KeyringMode= -KillMode= -KillSignal= -LimitAS= -LimitCORE= -LimitCPU= -LimitDATA= -LimitFSIZE= -LimitLOCKS= -LimitMEMLOCK= -LimitMSGQUEUE= -LimitNICE= -LimitNOFILE= -LimitNPROC= -LimitRSS= -LimitRTPRIO= -LimitRTTIME= -LimitSIGPENDING= -LimitSTACK= -LoadCredential= -LoadCredentialEncrypted= -LockPersonality= -LogExtraFields= -LogLevelMax= -LogNamespace= -LogRateLimitBurst= -LogRateLimitIntervalSec= -LogsDirectory= -LogsDirectoryMode= -ManagedOOMMemoryPressure= -ManagedOOMMemoryPressureLimit= -ManagedOOMPreference= -ManagedOOMSwap= -MemoryAccounting= -MemoryDenyWriteExecute= -MemoryHigh= -MemoryLimit= -MemoryLow= -MemoryMax= -MemoryMin= -MemorySwapMax= -MountAPIVFS= -MountFlags= -MountImages= -NUMAMask= -NUMAPolicy= -NetClass= -NetworkNamespacePath= -Nice= -NoExecPaths= -NoNewPrivileges= -NonBlocking= -NotifyAccess= -OOMPolicy= -OOMScoreAdjust= -PAMName= -PIDFile= -PassEnvironment= -PermissionsStartOnly= -Personality= -PrivateDevices= -PrivateIPC= -PrivateMounts= -PrivateNetwork= -PrivateTmp= -PrivateUsers= -ProcSubset= -ProtectClock= -ProtectControlGroups= -ProtectHome= -ProtectHostname= -ProtectKernelLogs= -ProtectKernelModules= -ProtectKernelTunables= -ProtectProc= -ProtectSystem= -ReadOnlyDirectories= -ReadOnlyPaths= -ReadWriteDirectories= -ReadWritePaths= -RebootArgument= -RemainAfterExit= -RemoveIPC= -Restart= -RestartForceExitStatus= -RestartKillSignal= -RestartPreventExitStatus= -RestartSec= -RestrictAddressFamilies= -RestrictFileSystems= -RestrictNamespaces= -RestrictNetworkInterfaces= -RestrictRealtime= -RestrictSUIDSGID= -RootDirectory= -RootDirectoryStartOnly= -RootHash= -RootHashSignature= -RootImage= -RootImageOptions= -RootVerity= -RuntimeDirectory= -RuntimeDirectoryMode= -RuntimeDirectoryPreserve= -RuntimeMaxSec= -RuntimeRandomizedExtraSec= -SELinuxContext= -SecureBits= -SendSIGHUP= -SendSIGKILL= -SetCredential= -SetCredentialEncrypted= -Slice= -SmackProcessLabel= -Sockets= -StandardError= -StandardInput= -StandardInputData= -StandardInputText= -StandardOutput= -StartLimitAction= -StartLimitBurst= -StartLimitInterval= -StartupAllowedCPUs= -StartupAllowedMemoryNodes= -StartupBlockIOWeight= -StartupCPUShares= -StartupCPUWeight= -StartupIOWeight= -StateDirectory= -StateDirectoryMode= -SuccessExitStatus= -SupplementaryGroups= -SysVStartPriority= -SyslogFacility= -SyslogIdentifier= -SyslogLevel= -SyslogLevelPrefix= -SystemCallArchitectures= -SystemCallErrorNumber= -SystemCallFilter= -SystemCallLog= -TTYPath= -TTYReset= -TTYVHangup= -TTYVTDisallocate= -TTYRows= -TTYColumns= -TasksAccounting= -TasksMax= -TemporaryFileSystem= -TimeoutAbortSec= -TimeoutCleanSec= -TimeoutSec= -TimeoutStartFailureMode= -TimeoutStartSec= -TimeoutStopFailureMode= -TimeoutStopSec= -TimerSlackNSec= -Type= -UMask= -USBFunctionDescriptors= -USBFunctionStrings= -UnsetEnvironment= -User= -UtmpIdentifier= -UtmpMode= -WatchdogSec= -WatchdogSignal= -WorkingDirectory= diff --git a/test/fuzz/fuzz-unit-file/directives.slice b/test/fuzz/fuzz-unit-file/directives.slice deleted file mode 100644 index ab77070c5e..0000000000 --- a/test/fuzz/fuzz-unit-file/directives.slice +++ /dev/null @@ -1,58 +0,0 @@ -slice -[Slice] -AllowedCPUs= -AllowedMemoryNodes= -BPFProgram= -BlockIOAccounting= -BlockIODeviceWeight= -BlockIOReadBandwidth= -BlockIOWeight= -BlockIOWriteBandwidth= -CPUAccounting= -CPUQuota= -CPUQuotaPeriodSec= -CPUShares= -CPUWeight= -DefaultMemoryLow= -DefaultMemoryMin= -Delegate= -DeviceAllow= -DevicePolicy= -DisableControllers= -IOAccounting= -IODeviceLatencyTargetSec= -IODeviceWeight= -IOReadBandwidthMax= -IOReadIOPSMax= -IOWeight= -IOWriteBandwidthMax= -IOWriteIOPSMax= -IPAccounting= -IPAddressAllow= -IPAddressDeny= -IPEgressFilterPath= -IPIngressFilterPath= -ManagedOOMMemoryPressure= -ManagedOOMMemoryPressureLimit= -ManagedOOMPreference= -ManagedOOMSwap= -MemoryAccounting= -MemoryHigh= -MemoryLimit= -MemoryLow= -MemoryMax= -MemoryMin= -MemorySwapMax= -NetClass= -RestrictNetworkInterfaces= -Slice= -SocketBindAllow= -SocketBindDeny= -StartupAllowedCPUs= -StartupAllowedMemoryNodes= -StartupBlockIOWeight= -StartupCPUShares= -StartupCPUWeight= -StartupIOWeight= -TasksAccounting= -TasksMax= diff --git a/test/fuzz/fuzz-unit-file/directives.socket b/test/fuzz/fuzz-unit-file/directives.socket deleted file mode 100644 index 90358fc11a..0000000000 --- a/test/fuzz/fuzz-unit-file/directives.socket +++ /dev/null @@ -1,266 +0,0 @@ -socket -[Socket] -Accept= -AllowedCPUs= -AllowedMemoryNodes= -AmbientCapabilities= -AppArmorProfile= -BPFProgram= -Backlog= -ExecSearchPath= -BindIPv6Only= -BindPaths= -BindReadOnlyPaths= -BindToDevice= -BlockIOAccounting= -BlockIODeviceWeight= -BlockIOReadBandwidth= -BlockIOWeight= -BlockIOWriteBandwidth= -Broadcast= -CPUAccounting= -CPUAffinity= -CPUQuota= -CPUQuotaPeriodSec= -CPUSchedulingPolicy= -CPUSchedulingPriority= -CPUSchedulingResetOnFork= -CPUShares= -CPUWeight= -CacheDirectory= -CacheDirectoryMode= -Capabilities= -CapabilityBoundingSet= -ConfigurationDirectory= -ConfigurationDirectoryMode= -CoredumpFilter= -DefaultMemoryLow= -DefaultMemoryMin= -DeferAcceptSec= -Delegate= -DeviceAllow= -DevicePolicy= -DirectoryMode= -DisableControllers= -DynamicUser= -Environment= -EnvironmentFile= -ExecPaths= -ExecStartPost= -ExecStartPre= -ExecStopPost= -ExecStopPre= -ExtensionDirectories= -ExtensionImages= -FileDescriptorName= -FinalKillSignal= -FlushPending= -FreeBind= -Group= -IOAccounting= -IODeviceLatencyTargetSec= -IODeviceWeight= -IOReadBandwidthMax= -IOReadIOPSMax= -IOSchedulingClass= -IOSchedulingPriority= -IOWeight= -IOWriteBandwidthMax= -IOWriteIOPSMax= -IPAccounting= -IPAddressAllow= -IPAddressDeny= -IPCNamespacePath= -IPEgressFilterPath= -IPIngressFilterPath= -IPTOS= -IPTTL= -IgnoreSIGPIPE= -InaccessibleDirectories= -InaccessiblePaths= -KeepAlive= -KeepAliveIntervalSec= -KeepAliveProbes= -KeepAliveTimeSec= -KeyringMode= -KillMode= -KillSignal= -LimitAS= -LimitCORE= -LimitCPU= -LimitDATA= -LimitFSIZE= -LimitLOCKS= -LimitMEMLOCK= -LimitMSGQUEUE= -LimitNICE= -LimitNOFILE= -LimitNPROC= -LimitRSS= -LimitRTPRIO= -LimitRTTIME= -LimitSIGPENDING= -LimitSTACK= -ListenDatagram= -ListenFIFO= -ListenMessageQueue= -ListenNetlink= -ListenSequentialPacket= -ListenSpecial= -ListenStream= -ListenUSBFunction= -LoadCredential= -LoadCredentialEncrypted= -LockPersonality= -LogExtraFields= -LogLevelMax= -LogNamespace= -LogRateLimitBurst= -LogRateLimitIntervalSec= -LogsDirectory= -LogsDirectoryMode= -ManagedOOMMemoryPressure= -ManagedOOMMemoryPressureLimit= -ManagedOOMPreference= -ManagedOOMSwap= -Mark= -MaxConnections= -MaxConnectionsPerSource= -MemoryAccounting= -MemoryDenyWriteExecute= -MemoryHigh= -MemoryLimit= -MemoryLow= -MemoryMax= -MemoryMin= -MemorySwapMax= -MessageQueueMaxMessages= -MessageQueueMessageSize= -MountAPIVFS= -MountFlags= -MountImages= -NUMAMask= -NUMAPolicy= -NetClass= -NetworkNamespacePath= -Nice= -NoDelay= -NoExecPaths= -NoNewPrivileges= -OOMScoreAdjust= -PAMName= -PassCredentials= -PassEnvironment= -PassPacketInfo= -PassSecurity= -Personality= -PipeSize= -Priority= -PrivateDevices= -PrivateIPC= -PrivateMounts= -PrivateNetwork= -PrivateTmp= -PrivateUsers= -ProcSubset= -ProtectClock= -ProtectControlGroups= -ProtectHome= -ProtectHostname= -ProtectKernelLogs= -ProtectKernelModules= -ProtectKernelTunables= -ProtectProc= -ProtectSystem= -ReadOnlyDirectories= -ReadOnlyPaths= -ReadWriteDirectories= -ReadWritePaths= -ReceiveBuffer= -RemoveIPC= -RemoveOnStop= -RestartKillSignal= -RestrictAddressFamilies= -RestrictFileSystems= -RestrictNamespaces= -RestrictNetworkInterfaces= -RestrictRealtime= -RestrictSUIDSGID= -ReusePort= -RootDirectory= -RootHash= -RootHashSignature= -RootImage= -RootImageOptions= -RootVerity= -RuntimeDirectory= -RuntimeDirectoryMode= -RuntimeDirectoryPreserve= -SELinuxContext= -SELinuxContextFromNet= -SecureBits= -SendBuffer= -SendSIGHUP= -SendSIGKILL= -Service= -SetCredential= -SetCredentialEncrypted= -Slice= -SmackLabel= -SmackLabelIPIn= -SmackLabelIPOut= -SmackProcessLabel= -SocketBindAllow= -SocketBindDeny= -SocketGroup= -SocketMode= -SocketProtocol= -SocketUser= -StandardError= -StandardInput= -StandardInputData= -StandardInputText= -StandardOutput= -StartupAllowedCPUs= -StartupAllowedMemoryNodes= -StartupBlockIOWeight= -StartupCPUShares= -StartupCPUWeight= -StartupIOWeight= -StateDirectory= -StateDirectoryMode= -SupplementaryGroups= -Symlinks= -SyslogFacility= -SyslogIdentifier= -SyslogLevel= -SyslogLevelPrefix= -SystemCallArchitectures= -SystemCallErrorNumber= -SystemCallFilter= -SystemCallLog= -TCPCongestion= -TTYPath= -TTYReset= -TTYVHangup= -TTYVTDisallocate= -TTYRows= -TTYColumns= -TasksAccounting= -TasksMax= -TemporaryFileSystem= -TimeoutCleanSec= -TimeoutSec= -TimerSlackNSec= -Timestamping= -Transparent= -TriggerLimitBurst= -TriggerLimitIntervalSec= -UMask= -UnsetEnvironment= -User= -UtmpIdentifier= -UtmpMode= -WatchdogSignal= -WorkingDirectory= -Writable= diff --git a/test/fuzz/fuzz-unit-file/directives.swap b/test/fuzz/fuzz-unit-file/directives.swap deleted file mode 100644 index 5d057fa630..0000000000 --- a/test/fuzz/fuzz-unit-file/directives.swap +++ /dev/null @@ -1,210 +0,0 @@ -swap -[Swap] -AllowedCPUs= -AllowedMemoryNodes= -AmbientCapabilities= -AppArmorProfile= -BPFProgram= -ExecSearchPath= -BindPaths= -BindReadOnlyPaths= -BlockIOAccounting= -BlockIODeviceWeight= -BlockIOReadBandwidth= -BlockIOWeight= -BlockIOWriteBandwidth= -CPUAccounting= -CPUAffinity= -CPUQuota= -CPUQuotaPeriodSec= -CPUSchedulingPolicy= -CPUSchedulingPriority= -CPUSchedulingResetOnFork= -CPUShares= -CPUWeight= -CacheDirectory= -CacheDirectoryMode= -Capabilities= -CapabilityBoundingSet= -ConfigurationDirectory= -ConfigurationDirectoryMode= -CoredumpFilter= -DefaultMemoryLow= -DefaultMemoryMin= -Delegate= -DeviceAllow= -DevicePolicy= -DisableControllers= -DynamicUser= -Environment= -EnvironmentFile= -ExecPaths= -ExtensionDirectories= -ExtensionImages= -FinalKillSignal= -Group= -IOAccounting= -IODeviceLatencyTargetSec= -IODeviceWeight= -IOReadBandwidthMax= -IOReadIOPSMax= -IOSchedulingClass= -IOSchedulingPriority= -IOWeight= -IOWriteBandwidthMax= -IOWriteIOPSMax= -IPAccounting= -IPAddressAllow= -IPAddressDeny= -IPCNamespacePath= -IPEgressFilterPath= -IPIngressFilterPath= -IgnoreSIGPIPE= -InaccessibleDirectories= -InaccessiblePaths= -KeyringMode= -KillMode= -KillSignal= -LimitAS= -LimitCORE= -LimitCPU= -LimitDATA= -LimitFSIZE= -LimitLOCKS= -LimitMEMLOCK= -LimitMSGQUEUE= -LimitNICE= -LimitNOFILE= -LimitNPROC= -LimitRSS= -LimitRTPRIO= -LimitRTTIME= -LimitSIGPENDING= -LimitSTACK= -LoadCredential= -LoadCredentialEncrypted= -LockPersonality= -LogExtraFields= -LogLevelMax= -LogNamespace= -LogRateLimitBurst= -LogRateLimitIntervalSec= -LogsDirectory= -LogsDirectoryMode= -ManagedOOMMemoryPressure= -ManagedOOMMemoryPressureLimit= -ManagedOOMPreference= -ManagedOOMSwap= -MemoryAccounting= -MemoryDenyWriteExecute= -MemoryHigh= -MemoryLimit= -MemoryLow= -MemoryMax= -MemoryMin= -MemorySwapMax= -MountAPIVFS= -MountFlags= -MountImages= -NUMAMask= -NUMAPolicy= -NetClass= -NetworkNamespacePath= -Nice= -NoExecPaths= -NoNewPrivileges= -OOMScoreAdjust= -Options= -PAMName= -PassEnvironment= -Personality= -Priority= -PrivateDevices= -PrivateIPC= -PrivateMounts= -PrivateNetwork= -PrivateTmp= -PrivateUsers= -ProcSubset= -ProtectClock= -ProtectControlGroups= -ProtectHome= -ProtectHostname= -ProtectKernelLogs= -ProtectKernelModules= -ProtectKernelTunables= -ProtectProc= -ProtectSystem= -ReadOnlyDirectories= -ReadOnlyPaths= -ReadWriteDirectories= -ReadWritePaths= -RemoveIPC= -RestartKillSignal= -RestrictAddressFamilies= -RestrictFileSystems= -RestrictNamespaces= -RestrictNetworkInterfaces= -RestrictRealtime= -RestrictSUIDSGID= -RootDirectory= -RootHash= -RootHashSignature= -RootImage= -RootImageOptions= -RootVerity= -RuntimeDirectory= -RuntimeDirectoryMode= -RuntimeDirectoryPreserve= -SELinuxContext= -SecureBits= -SendSIGHUP= -SendSIGKILL= -SetCredential= -SetCredentialEncrypted= -Slice= -SmackProcessLabel= -SocketBindAllow= -SocketBindDeny= -StandardError= -StandardInput= -StandardInputData= -StandardInputText= -StandardOutput= -StartupAllowedCPUs= -StartupAllowedMemoryNodes= -StartupBlockIOWeight= -StartupCPUShares= -StartupCPUWeight= -StartupIOWeight= -StateDirectory= -StateDirectoryMode= -SupplementaryGroups= -SyslogFacility= -SyslogIdentifier= -SyslogLevel= -SyslogLevelPrefix= -SystemCallArchitectures= -SystemCallErrorNumber= -SystemCallFilter= -SystemCallLog= -TTYPath= -TTYReset= -TTYVHangup= -TTYVTDisallocate= -TTYRows= -TTYColumns= -TasksAccounting= -TasksMax= -TemporaryFileSystem= -TimeoutCleanSec= -TimeoutSec= -TimerSlackNSec= -UMask= -UnsetEnvironment= -User= -UtmpIdentifier= -UtmpMode= -WatchdogSignal= -What= -WorkingDirectory= diff --git a/test/fuzz/fuzz-unit-file/directives.timer b/test/fuzz/fuzz-unit-file/directives.timer deleted file mode 100644 index 40075cf3e7..0000000000 --- a/test/fuzz/fuzz-unit-file/directives.timer +++ /dev/null @@ -1,17 +0,0 @@ -timer -[Timer] -AccuracySec= -FixedRandomDelay= -OnActiveSec= -OnBootSec= -OnCalendar= -OnClockChange= -OnStartupSec= -OnTimezoneChange= -OnUnitActiveSec= -OnUnitInactiveSec= -Persistent= -RandomizedDelaySec= -RemainAfterElapse= -Unit= -WakeSystem= |