IPhone. Single. Looking to make friends on any network.(tech.cyberclip.com) |
IPhone. Single. Looking to make friends on any network.(tech.cyberclip.com) |
PS: I'm guessing here that the iOS behaviour when it comes to hostnames is similar to Lion's.
[1] http://developer.apple.com/library/mac/documentation/Cocoa/C...
Make sure to sync it afterwards
To confirm it kicked in, open Applications -> Utilities -> Terminal and type 'hostname'. This is what anyone else on the same network sees you as. You'll also see your machine on other Macs in Finder under the 'Devices' sidebar.
(the whole story surrounding hostnames is moderately more complicated than this, but the Sharing panel on System Preferences is what informs the Bonjour local network name and that's good enough for 95% of user-facing things)
Edit: I misread, thought you were talking about OSX.
The easiest way to bypass HandsOff/LittleSnitch is by temporarily replacing a trusted executable with another binary - there is no mechanism in place to verify that the binary itself hasn't changed since it was granted permissions.
"You must be <name snatched from her ipod/ipad>?"
"Yes?"
"He's not coming."
Very big security problem, indeed.
Or the creep.
For example:
I am not a playboy. I do not offer personalized dating advice, or comment on the suitability of any individual statement to potential romantic partner. Remember, poor flirting can cause total loss of social credibility and you should always consult with your conscience before flirting or beginning a romantic relationship.
If I've just downloaded a new app, I'll have it ask for permissions for every disk access it needs. After a few runs I'll start giving it permanent access to the dirs I'm OK with it using. No app gets to write to /Applications.
It's a little painful to deal with the pop-ups but I like to know what my apps are up to :-)
As non-admin, you have authenticate to create or delete items in /Applications/. However, all items you move to /Applications/ remain under the ownership of your user.
You can confirm this without even opening the terminal: move the directory Foo/ to /Applications/Foo and notice that /Applications/Foo/bar is user-writable.
(Furthermore, admin on OS X (and many modern Linuxes) isn't equivalent to the traditional root account. Using a non-admin account doesn't make the difference you think it does.)
Look at blog post I referenced above. It has an example for modifying the binaries inside Firefox.