-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Our company is considering involve in PAM (https://en.wikipedia.org/wiki/Linux_PAM) in our system and we are using finit as init manager.
Could it be possible we run a service/task under a specific PAM config? For instance, in systemd, it has a PAMName support, if we set it in weston.service:
PAMName=weston-autologin
it will look for /etc/pam.d/weston-autologin:
auth required pam_nologin.so
auth required pam_unix.so try_first_pass nullok
account required pam_nologin.so
account required pam_unix.so
session required pam_env.so
session required pam_unix.so
-session optional pam_systemd.so type=wayland class=user desktop=weston
-session optional pam_loginuid.so
and set the permission controls for weston service.
Would finit like to support this or is there a plan for supporting it?
Metadata
Metadata
Assignees
Labels
No labels