mailing list of musl libc
 help / color / mirror / code / Atom feed
* Implementation of sys/capabilities.h
@ 2012-08-27  9:16 Igmar Palsenberg
  2012-08-27 10:18 ` Justin Cormack
  0 siblings, 1 reply; 5+ messages in thread
From: Igmar Palsenberg @ 2012-08-27  9:16 UTC (permalink / raw)
  To: musl

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-08-27 11:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-27  9:16 Implementation of sys/capabilities.h Igmar Palsenberg
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

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).