selinux/libselinux
Guillem Jover be2d728599 libselinux: Use ENOTSUP instead of EOPNOTSUPP for getfilecon functions
EOPNOTSUPP means "operation not supoorted on socket", and ENOTSUP means
"not supported", although per POSIX they can be alised to the same
value and on Linux they do, ENOTSUP seems the more correct error code.
In addition these function are documented as returning ENOTSUP, and
given that they are implemented in means of getxattr(2) which does
return ENOTSUP too, this just consolidates their behaviour.

Signed-off-by: Guillem Jover <guillem@debian.org>
Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Dan Walsh <dwalsh@redhat.com>
2013-02-05 20:14:44 -05:00
..
include libselinux: mode_to_security_class: interface to translate a mode_t in to a security class 2013-02-05 20:14:40 -05:00
man libselinux: man: Add references and man page links to _raw function variants 2013-02-05 20:14:43 -05:00
src libselinux: Use ENOTSUP instead of EOPNOTSUPP for getfilecon functions 2013-02-05 20:14:44 -05:00
utils libselinux: sefcontontext_compile: Add error handling to help debug problems in libsemanage. 2013-02-01 12:08:57 -05:00
ChangeLog Version bumps for upstream push 2012-09-13 10:33:58 -04:00
LICENSE initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
Makefile libselinux: Update Makefiles to handle /usrmove 2012-03-28 14:52:13 -04:00
VERSION Version bumps for upstream push 2012-09-13 10:33:58 -04:00