diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-04-23 16:20:57 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-04-24 02:40:25 +0200 |
commit | ea81442892da6bd8c3175bb2571aafb1abf84f79 (patch) | |
tree | c5a3300b4727d0ced462893a5dba3287665d6475 /catalog | |
parent | core/manager: drop obsolete cgroup taint string (diff) | |
download | systemd-ea81442892da6bd8c3175bb2571aafb1abf84f79.tar.xz systemd-ea81442892da6bd8c3175bb2571aafb1abf84f79.zip |
core/manager: rearrange taint tags
Diffstat (limited to 'catalog')
-rw-r--r-- | catalog/systemd.catalog.in | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/catalog/systemd.catalog.in b/catalog/systemd.catalog.in index 87022f40fa..3bf9b6cffb 100644 --- a/catalog/systemd.catalog.in +++ b/catalog/systemd.catalog.in @@ -558,11 +558,24 @@ Defined-By: systemd Support: %SUPPORT_URL% The following "tags" are possible: -- "var-run-bad" — /var/run is not a symlink to /run +- "unmerged-usr" - /bin, /sbin, /lib* are not symlinks to their counterparts + under /usr/ +- "var-run-bad" — /var/run is not a symlink to /run/ +- "cgroupsv1" - the system is using the deprecated cgroup v1 hierarchy +- "local-hwclock" - the local hardware clock (RTC) is configured to be in + local time rather than UTC +- "support-ended" - the system is running past the end of support declared + by the vendor +- "old-kernel" - the system is running a kernel version that is older than + the minimum supported by this version of systemd - "overflowuid-not-65534" — the kernel user ID used for "unknown" users (with NFS or user namespaces) is not 65534 - "overflowgid-not-65534" — the kernel group ID used for "unknown" users (with NFS or user namespaces) is not 65534 +- "short-uid-range" - the UID range assigned to the running systemd instance + covers less than 0…65534 +- "short-gid-range" - the GID range assigned to the running systemd instance + covers less than 0…65534 Current system is tagged as @TAINT@. -- fe6faa94e7774663a0da52717891d8ef |