source: chapter10/kernel/systemd.toml@ 8630ec3

multilib trunk xry111/arm64 xry111/clfs-ng
Last change on this file since 8630ec3 was 8630ec3, checked in by Xi Ruoyao <xry111@…>, 6 weeks ago

[systemd] Disable RT_GROUP_SCHED

Link: https://github.com/systemd/systemd/issues/13781#issuecomment-549164383

  • Property mode set to 100644
File size: 730 bytes
Line 
1# This part should be sync with sysv.toml
2WERROR=' '
3PSI='*'
4PSI_DEFAULT_DISABLED=' '
5IKHEADERS=' '
6CGROUPS='*'
7MEMCG='*'
8EXPERT=' '
9RELOCATABLE='*'
10RANDOMIZE_BASE='*'
11STACKPROTECTOR='*'
12STACKPROTECTOR_STRONG='*'
13UEVENT_HELPER=' '
14DEVTMPFS='*'
15DEVTMPFS_MOUNT='*'
16DRM=' *M'
17NET='*'
18INET='*'
19IPV6='*'
20FW_LOADER=' *'
21FW_LOADER_USER_HELPER=' '
22DMIID='*'
23INOTIFY_USER='*'
24TMPFS='*'
25TMPFS_POSIX_ACL='*'
26CGROUP_SCHED='* '
27
28[RT_GROUP_SCHED]
29value = ' '
30comment = 'This may cause some systemd features malfunction'
31
32revision='systemd'
33
34[DRM_FBDEV_EMULATION]
35value = ' *'
36comment = 'If [DRM] is selected as * or M, this must be selected'
37
38[FRAMEBUFFER_CONSOLE]
39value = ' *'
40comment = 'If [DRM] is selected as * or M, this must be selected'
Note: See TracBrowser for help on using the repository browser.