python: Make os.set_inheritable work on sockets
authorMichał Bednarski <bednarski.michal2@gmail.com>
Tue, 17 May 2016 20:19:10 +0000 (22:19 +0200)
committerMichał Bednarski <bednarski.michal2@gmail.com>
Tue, 17 May 2016 20:19:10 +0000 (22:19 +0200)
commit5b5125f3322ad1b178739ebf4c6f277cc391b012
tree7fada20ca3d43bcd39e4e3a78da7d0c4757fc3f4
parent48e3319bd276550caea11d714c4e63c7e086cea9
python: Make os.set_inheritable work on sockets

As SELinux policy disallows ioctl on sockets we have to fall back
to fcntl on EACCES
packages/python/fileutils.c.patch [new file with mode: 0644]