Firefox Updates Anyway?
-
I have tried to install firefox 31 and wrote the command not to update from that version 31.But the version automatically updates after checking never update option at Firefox also.Why?
-
What is the command that you used?
-
Another one of these? Isn't their 4 or 5 threads on this.
-
yes.The command i used to stop auto update is that
cd /opt/firefox31.0
cd defaults
cd pref
nano channel-prefs.js
pref("app.update.enabled",false);
nano channel-prefs.js -
Is the line not supposed to be:
user_pref("app.update.enabled",false);
-
From the examples that I have seen, it looks like you are missing the user_ prefix.
-
I have tried that also now only. No other reply
-
When I try to update manually also it should not update
-
@Lakshmana said:
When I try to update manually also it should not update
Is there an option for that? If you want to stop users from updating, don't give the users a way to do so. Lock the folder that Firefox is in so that it cannot update.
-
how to do that?
-
@Lakshmana I have to restrict the user not to update firefox
-
@Lakshmana said:
how to do that?
Don't run Firefox as root and use chmod to remove the write permission from the directory (and its contents.)
-
@scottalanmiller said:
use chmod to remove the write permission from the directory (and its contents.)
whether that will make the auto update
-
@Lakshmana said:
@scottalanmiller said:
use chmod to remove the write permission from the directory (and its contents.)
whether that will make to stop the auto update
-
@Lakshmana said:
@scottalanmiller said:
use chmod to remove the write permission from the directory (and its contents.)
whether that will make the auto update
Well it was the answer to a question. Why are you asking it again? What exactly are you asking? You don't have a complete sentence, the verb is missing.
-
@Lakshmana said:
@Lakshmana said:
@scottalanmiller said:
use chmod to remove the write permission from the directory (and its contents.)
whether that will make to stop the auto update
It will stop ALL changes. You asked how to stop the auto update, this completely stops it and everything else. If the process cannot write to the folder, how could it update?
-
The edit option is not available here. so i cant edit that properly. My question is that "You said that the chmod to remove write permission. Whether that option will make the firefox stop auto update???""""
-
@Lakshmana said:
My question is that "You said that the chmod to remove write permission. Whether that option will make the firefox stop auto update???""""
I feel like I've answered this three times now. Yes, if you can't alter something, you can't update it.
Can you drive your car if you don't have the keys?
You asked a question, I answered. But you don't seem to believe me and keep asking me if I am telling you the truth over and over.
-
@scottalanmiller said:
Can you drive your car if you don't have the keys?
Well, yeah you can bypass the security mechanisms there to protect you, modify the can and make it function in an unintended way. And likely more prone to failure.
-
@thecreativeone91 said:
@scottalanmiller said:
Can you drive your car if you don't have the keys?
Well, yeah you can bypass the security mechanisms there to protect you, modify the can and make it function in an unintended way. And likely more prone to failure.
You can hack your way around filesystem protections too. It's an apt analogy