Skip to content

util: Blacklist NOTIFY_SOCKET

Debarshi Ray requested to merge wip/rishi/blacklist-notify-socket into master

The NOTIFY_SOCKET environment variable was leaking into systemd managed GNOME sessions and breaking things like OCI container runtimes (eg., runc and crun) [1]. This variable is absent in non-systemd managed sessions.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1753328

Merge request reports