I have a user who is in a jailed shell. He's trying to do a git clone to a secure url but is getting this error:
I'm guessing the jailed shell is not allowing access to the file in question. The file does exist and has read permissions for everyone:
Is there a way I can make this file accessible to this user or do I have to change his shell?
Code:
error: error setting certificate verify locations:
CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
Code:
# stat /etc/pki/tls/certs/ca-bundle.crt
File: `/etc/pki/tls/certs/ca-bundle.crt'
Size: 468638 Blocks: 928 IO Block: 4096 regular file
Device: 801h/2049d Inode: 3851860 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2013-03-05 11:26:59.000000000 +0000
Modify: 2013-03-05 11:26:59.000000000 +0000
Change: 2013-03-15 21:47:58.000000000 +0000