| # Copyright 2023 The ChromiumOS Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # Granting read and write access to /dev/mei0 to the mei-access group | |
| # for purposes of allowing healthd_psr to execute ioctl calls and collect | |
| # PSR. | |
| KERNEL=="mei0", GROUP="mei-access", MODE="0660" |