Tom Cook <tom.k.c...@gmail.com> added the comment:

+1 this.

I have a program that opens a UNIX socket as root for other processes to 
communicate with it.  I need to set the permissions to 0o775 and set the owner 
gid to a specific group so that members of that group can communicate with the 
process.  It's annoying to have to drop back to `os.chown(str(path), ...)` for 
this.

----------
nosy: +Tom Cook

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue20779>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to