/dev/hugepages의 권한을 어떻게 변경하나요?

/dev/hugepages의 권한을 어떻게 변경하나요?

/dev/hugepages다음 파일을 열어() 거대한 페이지를 할당하는 응용 프로그램이 있습니다 . 현재는 루트가 필요합니다.

권한을 어떻게 변경하나요?

F38에 의해 자동으로 설치됩니다.

#/usr/lib/systemd/system/dev-hugepages.mount

#  SPDX-License-Identifier: LGPL-2.1-or-later
#
#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.

[Unit]
Description=Huge Pages File System
Documentation=https://docs.kernel.org/admin-guide/mm/hugetlbpage.html
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
DefaultDependencies=no
Before=sysinit.target
ConditionPathExists=/sys/kernel/mm/hugepages
ConditionCapability=CAP_SYS_ADMIN
ConditionVirtualization=!private-users

[Mount]
What=hugetlbfs
Where=/dev/hugepages
Type=hugetlbfs

[Mount] 아래에 다음 줄을 추가해 보았습니다.

Options=uid=1000

운이 좋지 않으면 권한이 올바르게 사용되지만 ls작동하지 않습니다.

관련 정보