Ahah ! The culprit is SELinux !

I can easily set SELinux to permissive, but it's not a proper solution.
What would be the best fix ? Should I set a specific flag [0] to my
~/.pam_environment or is there a better way to handle this with pam ?

[0] I'm not familiar with SELinux

On 21/11/17 14:47, Timothée Floure wrote:
> I directly login from a tty and don't use a DM : I guess
> /etc/pam.d/login is fine ? I will try with debugging enabled.
> 
> Thanks!
> 
> PS: I missed the reply list button the first time, sorry !
> 
> On 21/11/17 14:39, Berend De Schouwer wrote:
>> On Tue, 2017-11-21 at 14:15 +0100, Timothée Floure wrote:
>>> Hello,
>>>
>>> I'm trying to set some environment variables via
>>> $HOME/.pam_environment
>>> on my F27 system. I understand that the feature is disabled by
>>> default
>>> on Fedora so I tried to add the following line to `/etc/pam.d/login`
>>> :
>>>
>>> ```
>>> session       required   pam_env.so user_readenv=1
>>> ```
>>>
>>> However, even with this line, ~/.pam_environment is still ignored. 
>>
>> /etc/pam.d/login is for /bin/login (vty, telnet, and friends.)  sshd
>> will use /etc/pam.d/sshd and gdm should use /etc/pam.d/gdm.
>>
>> I'd also suggest adding 'debug' to see if the module is being executed
>> at all.
>>
>>
>>
>> _______________________________________________
>> users mailing list -- users@lists.fedoraproject.org
>> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>>
> 
> 
> 
> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> 

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to