FS#14926 - Installation flashplugin fails due to permisison problem usr/lib/mozilla/
Attached to Project:
Arch Linux
Opened by aniruddha (aniruddha) - Tuesday, 02 June 2009, 20:07 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 25 October 2009, 18:32 GMT
Opened by aniruddha (aniruddha) - Tuesday, 02 June 2009, 20:07 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 25 October 2009, 18:32 GMT
|
Details
The installation of flashplugin fails due to a permission
problem in usr/lib/mozilla/. Apparently a package is setting
the wrong permissions on /usr/lib/mozilla. I use a vanilla
(no AUR) Arch which I installed 2 days ago.
# pacman -S flashplugin resolving dependencies... looking for inter-conflicts... Targets (1): flashplugin-10.0.22.87-1 Total Download Size: 0.00 MB Total Installed Size: 12.66 MB Proceed with installation? [Y/n] checking package integrity... (1/1) checking for file conflicts [#####################] 100% (1/1) installing flashplugin [#####################] 100% warning: directory permissions differ on usr/lib/mozilla/ filesystem: 700 package: 755 ls -la /usr/lib/ | grep mozilla drwx------ 4 root root 4096 2009-06-02 21:58 mozilla |
This task depends upon
$ ls -la /usr/lib/mozilla
total 160
drwxr-xr-x 3 root root 4096 2008-12-18 11:20 ./
drwxr-xr-x 164 root root 151552 2009-06-02 15:01 ../
drwxr-xr-x 2 root root 4096 2009-05-31 00:29 plugins/
Just run :pacman -Ql | grep "lib/mozilla"
$ pacman -Ql | grep "mozilla/plugins"
flashplugin /usr/lib/mozilla/plugins/
flashplugin /usr/lib/mozilla/plugins/libflashplayer.so
Just set the correct perm on that directory. Anyway I suggest to use the forum to continue about this instead of bugtracker. Then request for closure this task.
drwx------ /home/user/.mozilla/
drwx------ /home/user/.mozilla/firefox
drwx------ /home/user/.mozilla/extensions
It seems reasonable from the privacy point of view.
I agree that firefox should not touch the system directories when launched as root. Anyway this is an upstream "behaviour".
Please re-close.