rpm/plugins
Panu Matilainen 931cb97455 Disable private mounts in chroot'ed operation in the unshare plugin
mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, NULL) inside a chroot
fails with EINVAL if the "/" inside the chroot is not an actual
mount point on the system - as it often isn't. For now, just disable
that functionality on chroot operation.

Related: #3187
2024-09-20 10:16:33 +02:00
..
CMakeLists.txt Fix libintl linkage and include directories (cmake transition fallout) 2024-01-08 12:32:35 +02:00
audit.c Make the plugin API public 2023-09-13 14:51:25 +03:00
dbus_announce.c Fixup type mismatches in rpmRC returns from plugins 2024-03-18 10:12:39 +02:00
fapolicyd.c Follow declaration order in fapolicyd_hooks initialization 2024-03-18 10:12:39 +02:00
fsverity.c Fixup type mismatches in rpmRC returns from plugins 2024-03-18 10:12:39 +02:00
ima.c Fixup type mismatches in rpmRC returns from plugins 2024-03-18 10:12:39 +02:00
macros.transaction_audit Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_dbus_announce Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_fapolicyd Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_fsverity Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_ima Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_inhibit Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_prioreset Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_selinux Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_syslog Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_systemd_inhibit Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_unshare Add a new plugin to enable Linux-specific namespace functionality 2023-10-11 09:52:22 +03:00
org.rpm.conf Add dbus-announce plugin 2021-08-12 13:42:34 +03:00
prioreset.c Make the plugin API public 2023-09-13 14:51:25 +03:00
selinux.c Avoid an unnecessary cast in selinux callback setting 2024-03-18 10:12:39 +02:00
syslog.c Make the plugin API public 2023-09-13 14:51:25 +03:00
systemd_inhibit.c Make the plugin API public 2023-09-13 14:51:25 +03:00
unshare.c Disable private mounts in chroot'ed operation in the unshare plugin 2024-09-20 10:16:33 +02:00