From 596470312abfa98f0b1a91ecd86effa7eae936af Mon Sep 17 00:00:00 2001 From: WaLyong Cho Date: Sat, 25 Oct 2014 13:53:41 -0400 Subject: mac: rename apis with mac_{selinux/smack}_ prefix Signed-off-by: Anthony G. Basile --- test/test-udev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test-udev.c b/test/test-udev.c index 446849e4b0..d07962c285 100644 --- a/test/test-udev.c +++ b/test/test-udev.c @@ -110,7 +110,7 @@ int main(int argc, char *argv[]) { return EXIT_FAILURE; log_debug("version %s", VERSION); - label_init("/dev"); + mac_selinux_init("/dev"); sigprocmask(SIG_SETMASK, NULL, &sigmask_orig); @@ -169,7 +169,7 @@ int main(int argc, char *argv[]) { out: if (event != NULL && event->fd_signal >= 0) close(event->fd_signal); - label_finish(); + mac_selinux_finish(); return err ? EXIT_FAILURE : EXIT_SUCCESS; } -- cgit v1.2.3-54-g00ecf