1 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
7 This file is part of systemd.
9 Copyright 2010 Lennart Poettering
11 systemd is free software; you can redistribute it and/or modify it
12 under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 2 of the License, or
14 (at your option) any later version.
16 systemd is distributed in the hope that it will be useful, but
17 WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 General Public License for more details.
21 You should have received a copy of the GNU General Public License
22 along with systemd; If not, see <http://www.gnu.org/licenses/>.
25 #include <sys/types.h>
29 void label_finish(void);
31 int label_fix(const char *path, bool ignore_enoent);
33 int label_socket_set(const char *label);
34 void label_socket_clear(void);
36 int label_fifofile_set(const char *path);
37 int label_symlinkfile_set(const char *path);
38 void label_file_clear(void);
40 void label_free(const char *label);
42 int label_get_socket_label_from_exe(const char *exe, char **label);
44 int label_mkdir(const char *path, mode_t mode);