Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. I get the following error when trying to remove the path from ALF:
  2. ```
  3. [~]# sudo /usr/libexec/ApplicationFirewall/socketfilterfw --listapps | grep -A1 "/usr/local/Cellar/syncthing/0.11.19/bin/syncthing"
  4. 24 : /usr/local/Cellar/syncthing/0.11.19/bin/syncthing
  5. ( Allow incoming connections )
  6. [~]# sudo /usr/libexec/ApplicationFirewall/socketfilterfw --remove /usr/local/Cellar/syncthing/0.11.19/bin/syncthing
  7. The file path you specified does not exist
  8. [~]#
  9. ```
  10.  
  11. When running without ```sudo``` there is an "ok" message, but also no effect
  12. ```
  13. [~]# /usr/libexec/ApplicationFirewall/socketfilterfw --listapps | grep -A1 "/usr/local/Cellar/syncthing/0.11.19/bin/syncthing"
  14. 24 : /usr/local/Cellar/syncthing/0.11.19/bin/syncthing
  15. ( Allow incoming connections )
  16. [~]# /usr/libexec/ApplicationFirewall/socketfilterfw --remove /usr/local/Cellar/syncthing/0.11.19/bin/syncthing
  17. Application at path ( /usr/local/Cellar/syncthing/0.11.19/bin/syncthing ) removed from firewall
  18. [~]# /usr/libexec/ApplicationFirewall/socketfilterfw --listapps | grep -A1 "/usr/local/Cellar/syncthing/0.11.19/bin/syncthing"
  19. 24 : /usr/local/Cellar/syncthing/0.11.19/bin/syncthing
  20. ( Allow incoming connections )
  21. [~]#
  22. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement