Hi, I am trying to store credentials for a nologin user (like "jenkins"). I would like to persist the credentials across sytem reboots. I was reading about keyutils and i realized @u can link only to a session specific keyring, (ie) it won't persist across reboots. Also, I was reading about KEYCTL_GET_PERSISTENT(3), which requires me to invoke C functions. Unfortunately, I'm working in python and I have the freedom to use `subprocess` module to invoke shell scripts. Is there a way to store/retrieve credentials in user-specific persistent keyring and use it in python? Regards, Dinesh _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx