|
Message-Id: <71934712-6162-4358-A8DA-FAE169BE5D41@palsenberg.com> Date: Mon, 27 Aug 2012 11:16:26 +0200 From: Igmar Palsenberg <musl@...senberg.com> To: musl@...ts.openwall.com Subject: Implementation of sys/capabilities.h 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
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.