diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-04-23 16:33:10 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-04-24 02:43:08 +0200 |
commit | 844863c61e7b501097da84a1e4d1e4a6aa6d9f0d (patch) | |
tree | 867d0852cc4187b2b187aa6566f596aad1d89fe3 /catalog | |
parent | core/manager: rearrange taint tags (diff) | |
download | systemd-844863c61e7b501097da84a1e4d1e4a6aa6d9f0d.tar.xz systemd-844863c61e7b501097da84a1e4d1e4a6aa6d9f0d.zip |
core/manager: add unmerged-bin taint
Diffstat (limited to 'catalog')
-rw-r--r-- | catalog/systemd.catalog.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog/systemd.catalog.in b/catalog/systemd.catalog.in index 3bf9b6cffb..f0fc62dd85 100644 --- a/catalog/systemd.catalog.in +++ b/catalog/systemd.catalog.in @@ -560,6 +560,7 @@ Support: %SUPPORT_URL% The following "tags" are possible: - "unmerged-usr" - /bin, /sbin, /lib* are not symlinks to their counterparts under /usr/ +- "unmerged-bin" - /usr/sbin is not a symlink to /usr/bin/ - "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 |