summaryrefslogtreecommitdiff
path: root/etc/PackageKit.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PackageKit.conf.in')
-rw-r--r--etc/PackageKit.conf.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/PackageKit.conf.in b/etc/PackageKit.conf.in
index 1d31631d1..5a43da5f1 100644
--- a/etc/PackageKit.conf.in
+++ b/etc/PackageKit.conf.in
@@ -250,3 +250,20 @@ TransactionKeepFinishedTimeout=5
# default=true
UseIdleBandwidth=true
+# Processes that cannot be updated when they are running
+#
+# Some processes do not cope well when they are upgraded when the binary is
+# running. These include things like firefox, where updating causes the original
+# instance to misbehave as some components are not locked in memory.
+#
+# Applications can be added here that do not cope well with being updated.
+#
+# NOTE: you should not list applications here that the user has no permission
+# or cannot shutdown without the session exploding. For instance, listing
+# /sbin/dbus-daemon or /usr/sbin/haldaemon would be a really bad idea.
+#
+# Seporate entries can be seporated with the ';' character.
+#
+# default=/usr/lib/*/firefox
+NoUpdateProcessList=/usr/lib/*/firefox
+