blob: 8fdd3281e651e8ae8e422dc4eb6dda903e9a80c2 [file] [log] [blame] [edit]
# 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"