]> git.ipfire.org Git - thirdparty/systemd.git/commit
dlopen-note: downgrade all dlopen notes in libsystemd.so and libsystemd-shared.so 43060/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 10 Jul 2026 16:20:47 +0000 (01:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 17 Jul 2026 19:57:00 +0000 (04:57 +0900)
commit796580518e895081f7787e4c1f699ba21fed73ca
treebb92256c69d3c6555635d8887bef2b053ab48e51
parent661ab8b6fd20ce5d1c822b6352f682cd9c2dea78
dlopen-note: downgrade all dlopen notes in libsystemd.so and libsystemd-shared.so

Since all executables now manage their required dlopen notes directly
within their own source code with explicit priority levels, it is no
longer necessary to declare high-priority dlopen notes in the shared
libraries themselves.
src/basic/compress.c
src/shared/acl-util.c
src/shared/apparmor-util.c
src/shared/blkid-util.c
src/shared/libaudit-util.c
src/shared/libcrypt-util.c
src/shared/libmount-util.c
src/shared/module-util.c
src/shared/pam-util.c
src/shared/seccomp-util.c
src/shared/selinux-util.c