mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-18 11:20:44 +00:00
libselinux/man: sync selinux_check_securetty_context(3)
Add the missing const qualifier. Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Acked-by: James Carter <jwcart2@gmail.com>
This commit is contained in:
parent
1daa91b2ba
commit
abd18ec31b
@ -5,12 +5,12 @@ selinux_check_securetty_context \- check whether a SELinux tty security context
|
||||
.SH "SYNOPSIS"
|
||||
.B #include <selinux/selinux.h>
|
||||
.sp
|
||||
.BI "int selinux_check_securetty_context(char *" tty_context );
|
||||
.BI "int selinux_check_securetty_context(const char *" tty_context );
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
.BR selinux_check_securetty_context ()
|
||||
returns 0 if tty_context is a securetty context,
|
||||
returns < 0 otherwise.
|
||||
returns < 0 otherwise.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR selinux "(8)"
|
||||
|
Loading…
Reference in New Issue
Block a user