Comment 43 for bug 1780076

Revision history for this message
Bin Li (binli) wrote :

Just verified it, found we still missing the gdm-disable-wayland.

commit 2dc57da31781dedfe374ce353b0f5fd6aa9da56f
Author: Ray Strode <email address hidden>
Date: Mon May 21 11:03:29 2018 -0400

    utils: add new gdm-disable-wayland binary

    We currently disable wayland for cirrus by calling printf
    from a udev rule. This works, but it's a little too open
    coded to easily write SELinux policy for.

    This commit introduces a new program, gdm-disable-wayland,
    that does the same thing, but in a dedicated binary.

    A future commit will change the udev rule to use the binary.

    https://bugzilla.gnome.org/show_bug.cgi?id=796315