Commit 6d88b3a
committed
fix: patch out FileUtils.chown for rootless Alpine containers
The FileUtils.chown calls in openvoxserver-ca fail in rootless containers
because the process lacks CAP_CHOWN. The directory ownership is already
handled correctly by the g=u / SGID permission pattern.
This is the same approach used in the openvox-operator project.
Ref: #1211 parent f9ba621 commit 6d88b3a
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
228 | 232 | | |
229 | 233 | | |
230 | 234 | | |
| |||
0 commit comments