Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update udev rules #572

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Update udev rules #572

merged 1 commit into from
Jun 13, 2024

Commits on Jun 12, 2024

  1. Update udev rules to fit better with modern systems.

    Updated the udev rules to use the `uaccess` tag instead of the `MODE` and
    `GROUP` modifiers, as that is deprecated.
    
    Renamed the udev rule file to start with 69 instead of 99, so it gets
    loaded before user access rules are loaded for `uaccess` permissions,
    which is run in 73-seat-late.rules (provided by systemd).
    
    Added text showing how to test for these `uaccess` permissions.
    nikgul committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8076da5 View commit details
    Browse the repository at this point in the history