Comment 8 for bug 1852518

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Oh, I think we should cherry-pick 67acde4869a9505f9721e31fa5167c82445e0e12:

commit 67acde4869a9505f9721e31fa5167c82445e0e12
Author: Yu Watanabe <email address hidden>
Date: Thu Sep 26 21:33:59 2019 +0900

    udevadm trigger: do not propagate EACCES and ENODEV

    Inside container, writing file returns EACCESS. Moreover, some devices
    return ENODEV rather than EACCES. So, let's also ignore these two
    error causes.

    Closes #13652.

Fixing an issue reported by our very own ddstreet...