mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
Compare commits
2 Commits
c464421eff
...
941e77971b
| Author | SHA1 | Date | |
|---|---|---|---|
|
941e77971b
|
|||
|
a0441aca16
|
@@ -46,3 +46,7 @@ dnf5 install -y https://launchpad.net/veracrypt/trunk/1.26.24/+download/veracryp
|
||||
|
||||
dnf5 remove -y rpmfusion-free-release rpmfusion-nonfree-release
|
||||
dnf5 clean all
|
||||
|
||||
cp /ctx/login /etc/pam.d
|
||||
|
||||
echo 'if [[ $(ps aux | grep hyprland | wc -l) -eq 1 ]]; then cd $HOME && echo "launch hyprland?" && read && hyprland ; else echo "hyprland already running"; fi' >> /etc/profile
|
||||
|
||||
18
build_files/login
Normal file
18
build_files/login
Normal file
@@ -0,0 +1,18 @@
|
||||
#%PAM-1.0
|
||||
auth substack system-auth
|
||||
auth include postlogin
|
||||
auth optional pam_gnome_keyring.so
|
||||
account required pam_nologin.so
|
||||
account include system-auth
|
||||
password include system-auth
|
||||
# pam_selinux.so close should be the first session rule
|
||||
session required pam_selinux.so close
|
||||
session required pam_loginuid.so
|
||||
# pam_selinux.so open should only be followed by sessions to be executed in the user context
|
||||
session required pam_selinux.so open
|
||||
session required pam_namespace.so
|
||||
session optional pam_keyinit.so force revoke
|
||||
session include system-auth
|
||||
session include postlogin
|
||||
-session optional pam_ck_connector.so
|
||||
session optional pam_gnome_keyring.so auto_start
|
||||
Reference in New Issue
Block a user