mirror of
https://github.com/SELinuxProject/selinux
synced 2025-04-11 04:01:46 +00:00
libselinux: correct parameter type in selabel_open(3)
selabel_open(3) takes an `unsigned int` as backend parameter. Acked-by: James Carter <jwcart2@gmail.com> Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
This commit is contained in:
parent
d3c21371d8
commit
63df12fec1
@ -10,7 +10,7 @@ selabel_open, selabel_close \- userspace SELinux labeling interface
|
||||
.br
|
||||
.B #include <selinux/label.h>
|
||||
.sp
|
||||
.BI "struct selabel_handle *selabel_open(int " backend ,
|
||||
.BI "struct selabel_handle *selabel_open(unsigned int " backend ,
|
||||
.in +\w'struct selabel_handle *selabel_open('u
|
||||
.BI "const struct selinux_opt *" options ,
|
||||
.br
|
||||
|
Loading…
Reference in New Issue
Block a user