io_error_from_errno (errno),
+"Failed to change gid to %d for %s: %m",
+(gint) gid, mount_dir);
+#endif
if (rmdir (mount_dir) != 0)
udisks_warning ("Error calling rmdir() on %s: %m",
mount_dir);
Only for review, patch in attachment.
From 7536fa9b490540edb10a4debe24c99e3f9ca4980 Mon Sep 17 00:00:00 2001
From: David Heidelberger
Date: Thu, 13 Mar 2014 21:28:42 +0100
Subject: [PATCH v5] allow disabling ACL
This patch provide option to build and run udisks without ACL.
v2: as replacement
Dne 2014-04-04 16:08, Peter Wu napsal:
Hi David,
The overall patch looks fine to me, but it got mangled by your mail
client. Some minor nitpicks/comment below.
mail client, yes :(
On Friday 04 April 2014 15:47:56 David Heidelberger wrote:
From 310d26a9ad845c0a320692c873562b37c94cd102 Mon
From 310d26a9ad845c0a320692c873562b37c94cd102 Mon Sep 17 00:00:00 2001
From: David Heidelberger
Date: Thu, 13 Mar 2014 21:28:42 +0100
Subject: [PATCH v3] allow disabling ACL
This patch provide option to build and run udisks without ACL.
v2: as replacement of ACL is used chown call
v3: do not
This patch provide option to build and run udisks without ACL.
Tested in full desktop environment.
Signed-off-by: David Heidelberger
v2: as replacement of ACL is used chown call.
---
configure.ac| 38 ++
src/udiskslinuxfilesystem.c | 10
:00 2001
From: David Heidelberger
Date: Thu, 13 Mar 2014 21:28:42 +0100
Subject: [PATCH] allow disabling ACL
---
configure.ac| 38 ++
src/udiskslinuxfilesystem.c | 8 ++--
2 files changed, 32 insertions(+), 14 deletions(-)
diff --git a