[Bug 104525] New: [PATCH] Fix ACL checks for FreeBSD

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jan 7 10:29:26 UTC 2018


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

            Bug ID: 104525
           Summary: [PATCH] Fix ACL checks for FreeBSD
           Product: Spice
           Version: unspecified
          Hardware: Other
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: medium
         Component: spice-gtk
          Assignee: spice-bugs at lists.freedesktop.org
          Reporter: lantw44 at gmail.com

FreeBSD doesn't have acl/libacl.h. We can easily fix this problem by replacing
acl/libacl.h with sys/acl.h, which works on both FreeBSD and Linux.

FreeBSD doesn't have libacl because ACL functions are already available in
libc. Linking with -lacl causes the check to fail because libacl cannot be
found.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/spice-bugs/attachments/20180107/22cac522/attachment.html>


More information about the spice-bugs mailing list