Commit a61cb54
tsm-shim: make inblob/outblob usable by non-root apps
A non-root app (e.g. uid 1000) couldn't open the FIFOs: mkfifo used 0600,
further cut by umask. chmod them after creation (configurable via
TSM_REPORT_MODE, default 0666). Verified with an app as uid 1000 not in the
root group.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 28927bc commit a61cb54
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
91 | | - | |
| 95 | + | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
| |||
0 commit comments