From 049f86421bfe8afcbb00c7ee5a76fd14841f8bbf Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 20 Aug 2010 02:27:05 +0200 Subject: selinux: properly query policy for FIFO files --- src/label.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/label.h') diff --git a/src/label.h b/src/label.h index 95a2829acf..0c59da1f1c 100644 --- a/src/label.h +++ b/src/label.h @@ -32,7 +32,7 @@ int label_fix(const char *path); int label_socket_set(const char *label); void label_socket_clear(void); -int label_fifofile_set(const char *label, const char *path); +int label_fifofile_set(const char *path); void label_file_clear(void); void label_free(const char *label); -- cgit v1.2.3-54-g00ecf