mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-13 12:58:20 +03:00
This reverts PR #22587 and its follow-up commit. More specifically, 2299b1cae32c1fb8911da0ce26efced68032f4f8 (partially), e176f855278d5098d3fecc5aa24ba702147d42e0, ceb46a31a01b3d3d1d6095d857e29ea214a2776b, and 51bb9076ab8c050bebb64db5035852385accda35. The PR was merged without final approval, and has several issues: - OSS fuzz reported issues in the conf parser, - It calls synchrnous netlink call, it should not be especially in PID1, - The importance of NFTSet for CGroup and DynamicUser may be questionable, at least, there was no justification PID1 should support it. - For networkd, it should be implemented with Request object, - There is no test for the feature. Fixes #23711. Fixes #23717. Fixes #23719. Fixes #23720. Fixes #23721. Fixes #23759.
59 lines
954 B
SYSTEMD
59 lines
954 B
SYSTEMD
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=
|