summaryrefslogtreecommitdiff
path: root/udev_selinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev_selinux.h')
-rw-r--r--udev_selinux.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/udev_selinux.h b/udev_selinux.h
index d9dfeffad0..132a9a6550 100644
--- a/udev_selinux.h
+++ b/udev_selinux.h
@@ -24,17 +24,15 @@
extern void selinux_setfilecon(const char *file, const char *devname, unsigned int mode);
extern void selinux_setfscreatecon(const char *file, const char *devname, unsigned int mode);
-extern void selinux_resetfscreatecon(void);
extern void selinux_init(void);
-extern void selinux_exit(void);
+extern void selinux_restore(void);
#else
static inline void selinux_setfilecon(const char *file, const char *devname, unsigned int mode) {}
static inline void selinux_setfscreatecon(const char *file, const char *devname, unsigned int mode) {}
-static inline void selinux_resetfscreatecon(void) {}
static inline void selinux_init(void) {}
-static inline void selinux_exit(void) {}
+static inline void selinux_restore(void) {}
#endif /* USE_SELINUX */
#endif /* _UDEV_USE_SELINUX */