summaryrefslogtreecommitdiffstats
path: root/src/tools/tools_util.h
diff options
context:
space:
mode:
authorMichal Zidek <mzidek@redhat.com>2014-09-24 15:50:04 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-10-20 21:26:19 +0200
commit42ec8af02ecf1937e4db9b1ecc6216022634f0f9 (patch)
tree82d811f4df92407bf054a60631d6e43eb5b3b0e8 /src/tools/tools_util.h
parentac13f3d51d3d02e7b1a6d73b46b68823aaac1a56 (diff)
downloadsssd-42ec8af02ecf1937e4db9b1ecc6216022634f0f9.tar.gz
sssd-42ec8af02ecf1937e4db9b1ecc6216022634f0f9.tar.xz
sssd-42ec8af02ecf1937e4db9b1ecc6216022634f0f9.zip
util: Move semanage related functions to src/util
These functions will be reused by IPA provider. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/tools/tools_util.h')
-rw-r--r--src/tools/tools_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/tools_util.h b/src/tools/tools_util.h
index 87fe752ea..c5990b012 100644
--- a/src/tools/tools_util.h
+++ b/src/tools/tools_util.h
@@ -123,7 +123,5 @@ int copy_tree(const char *src_root, const char *dst_root,
/* from selinux.c */
int selinux_file_context(const char *dst_name);
int reset_selinux_file_context(void);
-int set_seuser(const char *login_name, const char *seuser_name);
-int del_seuser(const char *login_name);
#endif /* __TOOLS_UTIL_H__ */