[SOLVED] Missing polkit policykit file
by bryan_S from LinuxQuestions.org on (#6N3VN)
If you're having trouble user mounting volumes with udisks/gui file manager, create this file:Code:# Begin /etc/pam.d/polkit-1
auth include system-auth
account include system-account
password include system-password
session include system-session
# End /etc/pam.d/polkit-1This file was added at the bottom of the polkit page in older BLFS releases and was removed for (?) some reason. As a desktop oriented user, this (for me) omission is the biggest screwup since I've been building B/LFS systems.
The building of polkit does create a /usr/lib/pam.d/polkit-1 file but it is not adequate and would be (i think) the only instance of BLFS using the package provided PAM file(s) instead of their own.
auth include system-auth
account include system-account
password include system-password
session include system-session
# End /etc/pam.d/polkit-1This file was added at the bottom of the polkit page in older BLFS releases and was removed for (?) some reason. As a desktop oriented user, this (for me) omission is the biggest screwup since I've been building B/LFS systems.
The building of polkit does create a /usr/lib/pam.d/polkit-1 file but it is not adequate and would be (i think) the only instance of BLFS using the package provided PAM file(s) instead of their own.