table of contents
other versions
- jessie 2.3-1+b1
- stretch 2.6-2
- testing 2.8-2
- unstable 2.8-2
- experimental 2.9-1
semanage_set_root(3) | Libsemanage API documentation | semanage_set_root(3) |
NAME¶
semanage_set_root - SELinux Management APISYNOPSIS¶
Set the alternate root directory for SELinux configuration directory. #include <semanage/handle.h> extern const char *semanage_set_root(const char *path);DESCRIPTION¶
- This function sets an alternate root directory to for SELinux configuration paths to be used by the semanage library.
RETURN VALUE¶
In case of failure, -1 is returned. Otherwise 0 is returned.SEE ALSO¶
semanage_handle_create(3), semanage_connect(3),1 June 2011 | dwalsh@redhat.com |