mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Igmar Palsenberg <musl@palsenberg.com>
To: musl@lists.openwall.com
Subject: Implementation of sys/capabilities.h
Date: Mon, 27 Aug 2012 11:16:26 +0200	[thread overview]
Message-ID: <71934712-6162-4358-A8DA-FAE169BE5D41@palsenberg.com> (raw)

Hi,

I'm in the works of implementing capability support within musl. This we need to implement if you ask me : 

cap_init()
cap_free()
cap_dup()
cap_get_flag()
cap_set_flag()
cap_clear()
cap_get_proc()
cap_set_proc()

Things we should not implemented : 

cap_get_fd()
cap_get_file()
cap_set_fd()
cap_set_file()

This is due their extreme limited use case (see the glibc manual pages)

To ugly to even consider : 

cap_from_text()
cap_to_text()


Any thoughts on this ?


Regards,



	Igmar

             reply	other threads:[~2012-08-27  9:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-27  9:16 Igmar Palsenberg [this message]
2012-08-27 10:18 ` Justin Cormack
2012-08-27 10:23   ` Igmar Palsenberg
2012-08-27 11:26     ` Justin Cormack
2012-08-27 11:38       ` Igmar Palsenberg

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=71934712-6162-4358-A8DA-FAE169BE5D41@palsenberg.com \
    --to=musl@palsenberg.com \
    --cc=musl@lists.openwall.com \
    /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 public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).