No description
Find a file
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
checkpolicy Version bumps for upstream push 2012-09-13 10:33:58 -04:00
libselinux libselinux: Use ENOTSUP instead of EOPNOTSUPP for getfilecon functions 2013-02-05 20:14:44 -05:00
libsemanage libsemanage: Cleanup/fix enable/disable/remove module. 2013-02-05 20:14:42 -05:00
libsepol libsepol: filename_trans: use some better sorting to compare and merge 2013-02-01 12:08:56 -05:00
policycoreutils policycoreutils: semanage: good error message is sepolgen python module missing 2013-02-05 20:14:42 -05:00
scripts release script 2009-03-12 01:23:32 -04:00
sepolgen sepolgen: audit.py: Handle times in foreign locals for audit2allow -b 2013-02-05 20:14:40 -05:00
.gitignore global: gitignore: add a couple of more editor backup filetypes 2013-02-01 12:14:57 -05:00
Makefile libselinux: additional makefile support for rubywrap 2012-06-28 11:21:16 -04:00