aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/hst.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/hst.go')
-rw-r--r--hst/hst.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/hst.go b/hst/hst.go
index 11b2b279..c1511f6e 100644
--- a/hst/hst.go
+++ b/hst/hst.go
@@ -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},
},