diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-04-23 06:57:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-04-23 19:06:38 +0200 |
commit | 113283c493cead39fc362bb8433f40d6c29ef6c8 (patch) | |
tree | c48fc1148aa5281795864de643e7371bacbb06a1 /src | |
parent | 1b02f301834ffe9211e3cc8f83ca6fd3c37ad508 (diff) |
label: there is no label_retest_selinux() call
Diffstat (limited to 'src')
-rw-r--r-- | src/shared/label.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/label.h b/src/shared/label.h index b190e69a61..72948205f6 100644 --- a/src/shared/label.h +++ b/src/shared/label.h @@ -42,8 +42,6 @@ int label_get_create_label_from_exe(const char *exe, char **label); int label_mkdir(const char *path, mode_t mode); -void label_retest_selinux(void); - int label_bind(int fd, const struct sockaddr *addr, socklen_t addrlen); int label_apply(const char *path, const char *label); |