Rework Security category
This commit is contained in:
parent
a948797f5f
commit
53fbc3be15
11
README.md
11
README.md
@ -905,18 +905,15 @@ defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true
|
|||||||
|
|
||||||
### Application Firewall
|
### Application Firewall
|
||||||
|
|
||||||
#### Show Firewall Status
|
#### Firewall Service
|
||||||
```bash
|
```bash
|
||||||
|
# Show Status
|
||||||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
|
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
|
||||||
```
|
|
||||||
|
|
||||||
#### Turn on Firewall
|
# Enable
|
||||||
```bash
|
|
||||||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate on
|
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate on
|
||||||
```
|
|
||||||
|
|
||||||
#### Turn off Firewall
|
# Disable (Default)
|
||||||
```bash
|
|
||||||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
|
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user