logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

selinux_restorecon_set_sehandle - set a labeling handle for use by selinux_restorecon(3)

Description

selinux_restorecon_set_sehandle()  sets  the  handle  to  be use by selinux_restorecon(3) when relabeling
       files.

       selinux_restorecon_set_sehandle() is  generally  used  when  customised  selabel_open(3)  parameters  are
       required to perform relabeling operations with selinux_restorecon(3).

Name

       selinux_restorecon_set_sehandle - set a labeling handle for use by selinux_restorecon(3)

See Also

selinux_restorecon(3),
       selinux_restorecon_set_exclude_list(3),
       selinux_restorecon_default_handle(3),
       selinux_restorecon_set_alt_rootpath(3),
       selinux_restorecon_xattr(3)

Security Enhanced Linux                            20 Oct 2015                selinux_restorecon_set_sehandle(3)

Synopsis

#include<selinux/restorecon.h>#include<selinux/label.h>voidselinux_restorecon_set_sehandle(structselabel_handle*handle);

See Also