added gid=polkitd to gentoo proc
Adding `gid=polkitd` for mounting the proc in fstab allows elogind to actually track what programs correspond to the users session
This commit is contained in:
parent
1a5f1bdc1d
commit
7c047f5219
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ rpool/root/gentoo / zfs rw,noatime,xattr,posixacl,casesensitive
|
|||
rpool/root/gentoo/var /var zfs rw,noatime,nosuid,nodev,xattr,posixacl,casesensitive 0 2
|
||||
/dev/disk/by-label/esp /efi vfat defaults,nodev,nosuid,noexec,umask=0077 0 2
|
||||
tmpfs /tmp tmpfs rw,nodev,nosuid,noexec,mode=1777 0 0
|
||||
proc /proc proc nodev,nosuid,noexec,hidepid=2 0 0
|
||||
proc /proc proc nodev,nosuid,noexec,hidepid=2,gid=polkitd 0 0
|
||||
```
|
||||
|
||||
### Date and time
|
||||
|
|
Loading…
Reference in a new issue