Post

Replies

Boosts

Views

Activity

Reply to Local Network permission prompt for daemon on macOS 15
It is with a property list in /Library/LaunchDaemons and during installation post install script, it is launched using below command. (In actual instead of APP, company it is the name of the app and company , just modified to paste it here) sudo /bin/bash -c "(/bin/sleep 5; $log 'Launching the APP!!!’; /bin/launchctl load -F /Library/LaunchDaemons/com.company.APP.launchdaemon.plist | $log; $log 'Finished launching the APP’) &". I have removed the dylib with reference to NSHOST, now it prompts from the code that uses websockets library(which communicates over localhost/127.0.0.0) . Is this expected? We are seeing the alert on macOS 15.0 (24A335) also.
Sep ’24
Reply to MacOS 26 "Login Items and Extensions"system extension permission- toggle button not working
Now with Beta 2, it is button is clickable but status is not reflected in the UI until relauch of that window
Replies
Boosts
Views
Activity
Jul ’25
Reply to MacOS 26 "Login Items and Extensions"system extension permission- toggle button not working
Filed a bug and the bug ID is FB18222511
Replies
Boosts
Views
Activity
Jun ’25
Reply to Local Network permission prompt for daemon on macOS 15
on 15.1 the popup is not seen
Replies
Boosts
Views
Activity
Feb ’25
Reply to Local Network permission prompt for daemon on macOS 15
It is with a property list in /Library/LaunchDaemons and during installation post install script, it is launched using below command. (In actual instead of APP, company it is the name of the app and company , just modified to paste it here) sudo /bin/bash -c "(/bin/sleep 5; $log 'Launching the APP!!!’; /bin/launchctl load -F /Library/LaunchDaemons/com.company.APP.launchdaemon.plist | $log; $log 'Finished launching the APP’) &". I have removed the dylib with reference to NSHOST, now it prompts from the code that uses websockets library(which communicates over localhost/127.0.0.0) . Is this expected? We are seeing the alert on macOS 15.0 (24A335) also.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Local Network permission prompt for daemon on macOS 15
It is with a property list in /Library/LaunchDaemons, We are seeing the alert on macOS 15.0 (24A335) also.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Mac OS 12 + VMWare Fusion no internet access
Got resolved using instructions at :https://stackoverflow.com/questions/67901552/vmware-fusion-11-macos-monterey-no-internet-access-on-guest-os
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’21