Skip to main content
Question

Recommendations for SAVLiveUpdate and enabling JAVA in firewall?

  • May 10, 2010
  • 2 replies
  • 9 views

Forum|alt.badge.img+26

I am looking for recommendations on how to avoid the allow JAVA message to
appear when invoking the SAV LiveUpdate. (Our standard config enables the
firewall.)

I am not sure how to add JAVA to the exception list. When using the locate
function, there are several matches and paths to 'JAVA'.

Jason

2 replies

RobertHammen
Forum|alt.badge.img+28
  • Esteemed Contributor
  • 1027 replies
  • May 11, 2010

There's not a way to programmatically add exceptions to the firewall. I confirmed this with AppleCare Enterprise.
On May 10, 2010, at 4:59 PM, Jason Halvorson wrote:

How I worked around it:

Built a preference file the way I wanted it. (Firewall preferences are stored in /Library/Preferences/com.apple.alf.plist). Using Composer, developed a .dmg which contains this preference file.

Wrote a script which:

1) stops the firewall
2) stops the firewall GUI (exact commands are in the Resource Kit)

And another script which:

1) starts the firewall
2) starts the firewll GUI (exact commands also in the Resource Kit)

Created a policy to run the first script before, then deploy the firewall preferences, then runs the second script after.

Worked like a charm. 10.6.3 caused some odd stuff to happen (firewall questions about items that were already in the GUI/in the preference file), so I ended up rebuilding the preference file on a 10.6.3 system, and now it's fine...

Hope this helps,

--Robert


mvu
Forum|alt.badge.img+20
  • Jamf Heroes
  • 963 replies
  • August 17, 2016

@RobertHammen Your post about the Firewall preference file helped us. Thanks!