blob: b04d04836b33fbddac5a2ea21f1358d3954b44e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./src/device.c.orig
+++ ./src/device.c
@@ -6480,7 +6480,7 @@
options = prepend_default_mount_options (device, fsmo, caller_uid, given_options);
/* validate mount options and check for authorizations */
- s = g_string_new ("uhelper=udisks,nodev,nosuid");
+ s = g_string_new ("nodev,nosuid");
for (n = 0; options[n] != NULL; n++)
{
const char *option = options[n];
|