Skip to content

gunixmounts: Fix pamconsole check with libmount

Xidorn Quan requested to merge upsuper/glib:mount-point-pamconsole into main

As can be seen in other impls of _g_get_unix_mount_points, a mount point should be considered user mountable if pamconsole is found in the mount options, however, in the impl with libmount, the condition is reversed, which causes it to report basically every mount point as user mountable.

Edited by Xidorn Quan

Merge request reports