allow disabling ACL

System Internals / UDisks - David Heidelberger [ixit.cz] - 29 February 2016 09:45 UTC

This patch provide option to build and run udisks without ACL.
v2: as replacement of ACL is used chown call
v3: do not change uid, change gid
v4: fix indentation & formating issues
v5: one missed empty line
v6: add g_set_error for chown

Thanks Peter Wu for helping me with improving code.

https://bugs.freedesktop.org/show_bug.cgi?id=54866

ce392b4 allow disabling ACL
configure.ac | 38 ++++++++++++++++++++++++++------------
src/udiskslinuxfilesystem.c | 17 +++++++++++++++++
2 files changed, 43 insertions(+), 12 deletions(-)

Upstream: cgit.freedesktop.org


  • Share