Home
last modified time | relevance | path

Searched refs:taint (Results 1 – 3 of 3) sorted by relevance

/systemd-251/
DREADME383 kernel (taint flag 'cgroups-missing'), the system is using the old
384 cgroup hierarchy (taint flag 'cgroupsv1'), the hardware clock is
385 running in non-UTC mode (taint flag 'local-hwclock'), the kernel
386 overflow UID or GID are not 65534 (taint flags 'overflowuid-not-65534'
388 running systemd instance covers less than 0…65534 (taint flags
DNEWS303 * A new "taint" flag named "old-kernel" is introduced which is set when
307 * Two additional taint flags "short-uid-range" and "short-gid-range"
312 * A new "unmerged-usr" taint flag has been added that is set whenever
/systemd-251/src/core/
Dmanager.c3451 _cleanup_free_ char *taint = NULL; in log_taint_string() local
3460 taint = manager_taint_string(m); in log_taint_string()
3461 if (isempty(taint)) in log_taint_string()
3465 LOG_MESSAGE("System is tainted: %s", taint), in log_taint_string()
3466 "TAINT=%s", taint, in log_taint_string()