From c17c163e1c542b4be67cc3fc247bf5294e3896f5 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 20 May 2024 17:32:57 +0200 Subject: [PATCH] Add comment that PAM configuration is an example There is too much variation between distributions for us to have a good PAM configuration that works everywhere. Try to make this more obvious by having a comment at the top of the file. --- unix/vncserver/tigervnc.pam | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unix/vncserver/tigervnc.pam b/unix/vncserver/tigervnc.pam index 0f4cb3a7..dda76c49 100644 --- a/unix/vncserver/tigervnc.pam +++ b/unix/vncserver/tigervnc.pam @@ -1,4 +1,8 @@ #%PAM-1.0 + +# THIS IS AN EXAMPLE CONFIGURATION +# MODIFY AS NEEDED FOR YOUR DISTRIBUTION + # pam_selinux.so close should be the first session rule -session required pam_selinux.so close session required pam_loginuid.so -- 2.39.5