selabel_close (3) Linux Manual Page
selabel_open, selabel_close – userspace SELinux labeling interface Synopsis #include <selinux/selinux.h> #include <selinux/label.h> struct selabel_handle *selabel_open(int backend, const struct selinux_opt *options, unsigned nopt); void selabel_close(struct selabel_handle *hnd); Description selabel_open() is used to initialize a labeling handle to be used for lookup operations. The backend argument specifies which backend is to be opened; the list of current…
