Message 396629 - Python tracker
Message396629
| Author | Tom Cook |
|---|---|
| Recipients | Tom Cook, cvrebert, neologix, pitrou, vajrasky |
| Date | 2021-06-28.10:15:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1624875357.77.0.874784126986.issue20779@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
+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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-06-28 10:15:57 | Tom Cook | set | recipients: + Tom Cook, pitrou, cvrebert, neologix, vajrasky |
| 2021-06-28 10:15:57 | Tom Cook | set | messageid: <1624875357.77.0.874784126986.issue20779@roundup.psfhosted.org> |
| 2021-06-28 10:15:57 | Tom Cook | link | issue20779 messages |
| 2021-06-28 10:15:57 | Tom Cook | create | |