This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients christian.heimes, iritkatriel, rmilne, vstinner
Date 2021-09-10.17:43:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631295782.47.0.888059756718.issue17913@roundup.psfhosted.org>
In-reply-to
Content
I think this is fixed now

>>> s = os.stat('/var/run/vpncontrol.sock')
>>> stat.filemode(s.st_mode)
'srw-------'


iritkatriel@Irits-MBP cpython % ls -l /var/run/vpncontrol.sock 
srw-------  1 root  daemon  0 19 Aug 11:15 /var/run/vpncontrol.sock
History
Date User Action Args
2021-09-10 17:43:02iritkatrielsetrecipients: + iritkatriel, vstinner, christian.heimes, rmilne
2021-09-10 17:43:02iritkatrielsetmessageid: <1631295782.47.0.888059756718.issue17913@roundup.psfhosted.org>
2021-09-10 17:43:02iritkatriellinkissue17913 messages
2021-09-10 17:43:02iritkatrielcreate