bgalizio wrote: 
> I just updated to 8.3 in advance of the new Mac OS update (I have an M1
> iMac). I can add this version of perl to the full disk access, to allow
> access on my external hard drive. But the access does not stay
> permanent. Any help?

It seems that stating via the System Settings > Logitech Media Server
will always re-request Network Volume or Removable Volume access.    But
starting via command line does not, and allowing Network Volume or
Removable Volume access from perl remains activated:


Code:
--------------------
    /Library/PreferencePanes/Squeezebox.prefPane/Contents/server/slimserver.pl
--------------------


So this is indicating that macOS is treating startup via Settings
differently.  The parent process of the command line above is your
shell, and those commands inherit their access from the launching
terminal app (e.g. Terminal, iTerm2).

But the parent process ID of the LMS settings panel is 1 (this is
launchd), and the ultimately invoked slimserver.pl command gains its
access from the System Settings > Logitech Media Server binary.

I'm not sure the reason why this is no longer working, and I didn't find
a workaround.  Ventura's GateKeeper has more restrictions.

So perhaps until this is discovered, just launch LMS via the command
line, as in :


Code:
--------------------
    /Library/PreferencePanes/Squeezebox.prefPane/Contents/server/slimserver.pl &
--------------------


------------------------------------------------------------------------
MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
View this thread: http://forums.slimdevices.com/showthread.php?t=116791

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to