Remove unused selinux dummy defines

This commit is contained in:
Panu Matilainen 2010-01-05 12:51:36 +02:00
parent e10e807ce9
commit c50b63ba02
1 changed files with 0 additions and 7 deletions

View File

@ -118,15 +118,8 @@ typedef char * security_context_t;
#define freecon(_c)
#define getfilecon(_fn, _c) (-1)
#define lgetfilecon(_fn, _c) (-1)
#define fgetfilecon(_fd, _c) (-1)
#define setfilecon(_fn, _c) (-1)
#define lsetfilecon(_fn, _c) (-1)
#define fsetfilecon(_fd, _c) (-1)
#define security_check_context(_c) (0)
#define is_selinux_enabled() (0)