diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-10-14 07:02:14 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-10-14 07:02:14 +0900 |
| commit | f95e0a7568e5115dd536f19834083bff392458b8 (patch) | |
| tree | 535346062d66aac889120a511453f9d68c902263 /hst/hst.go | |
| parent | 4c647add0db06cc7a28571aee7502737f0d66b27 (diff) | |
hst/config: hold acl struct by value
Doc comments are also reworded for clarity.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/hst.go')
| -rw-r--r-- | hst/hst.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ func Template() *Config { }, DirectWayland: false, - ExtraPerms: []*ExtraPermConfig{ + ExtraPerms: []ExtraPermConfig{ {Path: fhs.AbsVarLib.Append("hakurei/u0"), Ensure: true, Execute: true}, {Path: fhs.AbsVarLib.Append("hakurei/u0/org.chromium.Chromium"), Read: true, Write: true, Execute: true}, }, |
