all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: Eric Blake <eblake@redhat.com>, emacs-devel <emacs-devel@gnu.org>
Subject: Gnulib ACL wrappers
Date: Wed, 27 Aug 2014 13:15:24 -0400	[thread overview]
Message-ID: <53FE122C.4040605@cornell.edu> (raw)

Paul,

This is a followup to a discussion on the Cygwin list.  See 
https://cygwin.com/ml/cygwin/2014-08/msg00531.html, and perhaps one or 
two earlier messages in the thread if you need more context.

Although Cygwin has Solaris ACL functions, emacs doesn't use these in 
fileio.c.  Shouldn't the Gnulib ACL wrappers provide support for these? 
  Or is there something needed in Cygwin to make this work?

Here's what's in config.h concerning ACLs:

#define EMACS_CONFIG_FEATURES "DBUS ACL GNUTLS LIBXML2 ZLIB"
/* #undef HAVE_ACLSORT */
/* #undef HAVE_ACLV_H */
/* #undef HAVE_ACLX_GET */
/* #undef HAVE_ACL_COPY_EXT_NATIVE */
/* #undef HAVE_ACL_CREATE_ENTRY_NP */
/* #undef HAVE_ACL_DELETE_DEF_FILE */
/* #undef HAVE_ACL_DELETE_FD_NP */
/* #undef HAVE_ACL_DELETE_FILE_NP */
/* #undef HAVE_ACL_ENTRIES */
/* #undef HAVE_ACL_EXTENDED_FILE */
/* #undef HAVE_ACL_FIRST_ENTRY */
/* #undef HAVE_ACL_FREE */
/* #undef HAVE_ACL_FREE_TEXT */
/* #undef HAVE_ACL_FROM_MODE */
/* #undef HAVE_ACL_FROM_TEXT */
/* #undef HAVE_ACL_GET_FD */
/* #undef HAVE_ACL_GET_FILE */
/* #undef HAVE_ACL_LIBACL_H */
/* #undef HAVE_ACL_SET_FD */
/* #undef HAVE_ACL_SET_FILE */
/* #undef HAVE_ACL_TO_SHORT_TEXT */
/* #undef HAVE_ACL_TRIVIAL */
/* #undef HAVE_ACL_TYPE_EXTENDED */
#define HAVE_FACL 1
/* #undef HAVE_GETACL */
/* #undef HAVE_STATACL */
#define HAVE_SYS_ACL_H 1
#define USE_ACL 1

Ken



             reply	other threads:[~2014-08-27 17:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-27 17:15 Ken Brown [this message]
2014-08-27 17:32 ` Gnulib ACL wrappers Paul Eggert
2014-08-28 17:51   ` Ken Brown
2014-08-28 18:33     ` Paul Eggert
2014-08-28 19:37       ` Ken Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53FE122C.4040605@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=eblake@redhat.com \
    --cc=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.