I want to upgrade an application (Firefox), which was installed by another user (with admin rights). My account has admin rights too, the application info shows the groups 'admin' and 'everyone' both have read and write permissions, but I'm not permitted to perform the upgrade, or even copy the new application to the applications folder.
I've checked in terminal, and even set the ownership to myself, but this didn't help. The file info currently looks like this:
bash-3.2# ls -las | grep Firefox
0 drwxrwxrwx@ 3 root admin 102 12 jun 00:26 Firefox.app
Now the @-sign indicates a certain flag is set, which I thought was the quarantine flag which gives a dialog when you open the file the first time after downloading it. I've already opened it though (with the account that installed the application), so this is not it. Details of this flag are as follows:
bash-3.2# xattr -l Firefox.app/
com.apple.FinderInfo:
00000000 00 00 00 00 00 00 00 00 00 00 FF FF FF FF 00 00 |................|
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000020
I know the password for the other account, so I could update there, but I want to be able to do this with my own account. What am I missing here?