mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-12 00:55:03 +00:00
2d814ff4c7
This patch adds a new selinux_restorecon_xattr(3) function to find and/or remove security.restorecon_last entries added by setfiles(8) or restorecon(8). Also review and update the man pages. Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>
39 lines
990 B
Groff
39 lines
990 B
Groff
.TH "selinux_restorecon_set_sehandle" "3" "20 Oct 2015" "Security Enhanced Linux" "SELinux API documentation"
|
|
|
|
.SH "NAME"
|
|
selinux_restorecon_set_sehandle \- set a labeling handle for use by
|
|
.BR selinux_restorecon (3)
|
|
.
|
|
.SH "SYNOPSIS"
|
|
.B #include <selinux/restorecon.h>
|
|
.br
|
|
.B #include <selinux/label.h>
|
|
.sp
|
|
.BI "void selinux_restorecon_set_sehandle(struct selabel_handle *" handle ");"
|
|
.in +\w'void selinux_restorecon_set_sehandle('u
|
|
.
|
|
.SH "DESCRIPTION"
|
|
.BR selinux_restorecon_set_sehandle ()
|
|
sets the
|
|
.I handle
|
|
to be use by
|
|
.BR selinux_restorecon (3)
|
|
when relabeling files.
|
|
.sp
|
|
.BR selinux_restorecon_set_sehandle ()
|
|
is generally used when customised
|
|
.BR selabel_open (3)
|
|
parameters are required to perform relabeling operations with
|
|
.BR selinux_restorecon (3).
|
|
.
|
|
.SH "SEE ALSO"
|
|
.BR selinux_restorecon (3),
|
|
.br
|
|
.BR selinux_restorecon_set_exclude_list (3),
|
|
.br
|
|
.BR selinux_restorecon_default_handle (3),
|
|
.br
|
|
.BR selinux_restorecon_set_alt_rootpath (3),
|
|
.br
|
|
.BR selinux_restorecon_xattr (3)
|