Skip to content

Commit edcbd69

Browse files
authored
Merge pull request #1870 from AkihiroSuda/docs-socketfilterfw-sudo
docs: socketfilterfw needs sudo
2 parents ac9953a + b0b9486 commit edcbd69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/content/en/docs/Config/Network/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ and will stop automatically once the last instance has stopped. Daemon logs will
168168
The IP address is automatically assigned by macOS's bootpd.
169169
If the IP address is not assigned, try the following commands:
170170
```bash
171-
/usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
172-
/usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
171+
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
172+
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
173173
```
174174

175175
#### Unmanaged

website/content/en/docs/faq/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ For more details, see [Documentation/Networking](https://wiki.qemu.org/Documenta
181181
#### "IP address is not assigined for vmnet networks"
182182
Try the following commands:
183183
```bash
184-
/usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
185-
/usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
184+
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
185+
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
186186
```
187187

188188
### Filesystem sharing

0 commit comments

Comments
 (0)