Skip to content

Commit 2959004

Browse files
authored
Docs: Typo and guidance on Ubuntu 24.04 fix
1 parent 5ddea55 commit 2959004

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/administering/install-troubleshooting.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ This should resolve your problems. If not, please get in touch.
132132
## Are grains not starting on Ubuntu 24.04 or later?
133133

134134
If your wildcard DNS is configured correctly, you should see the app icons correctly on the apps tab. If
135-
grains are not starting, and you are on Ubuntu 24.04 or later, AppArmor may be restricting unpriviliged
135+
grains are not starting, and you are on Ubuntu 24.04 or later, AppArmor may be restricting unprivileged
136136
user namespaces. You can run the following commands to correct this:
137137

138138
```bash
@@ -141,6 +141,9 @@ sudo sysctl --system
141141
sudo service sandstorm restart
142142
```
143143

144+
As of this writing, this restriction is very uncommon in Linux distributions, but you may wish to consult
145+
updated guidance. An AppArmor profile for Sandstorm would be a welcome contribution.
146+
144147
## Did you disable outside collaborators before attempting to configure Google or GitHub login methods?
145148

146149
The setting "Disallow collaboration with users outside the organization" is intended for servers using

0 commit comments

Comments
 (0)