libselinux: Expunge remaining references to flask.h and av_permissions.h.
Missed a few references to these header files when they were
deprecated in 76913d8adb
.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
parent
674256be88
commit
ab73411556
|
@ -10,8 +10,6 @@ print_access_vector \- display an access vector in human-readable form.
|
||||||
.
|
.
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
.B #include <selinux/selinux.h>
|
.B #include <selinux/selinux.h>
|
||||||
.br
|
|
||||||
.B #include <selinux/flask.h>
|
|
||||||
.sp
|
.sp
|
||||||
.BI "const char *security_class_to_string(security_class_t " tclass ");"
|
.BI "const char *security_class_to_string(security_class_t " tclass ");"
|
||||||
.sp
|
.sp
|
||||||
|
|
|
@ -6,8 +6,6 @@ the SELinux policy database in the kernel
|
||||||
.
|
.
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
.B #include <selinux/selinux.h>
|
.B #include <selinux/selinux.h>
|
||||||
.br
|
|
||||||
.B #include <selinux/flask.h>
|
|
||||||
.sp
|
.sp
|
||||||
.BI "int security_compute_av(char * "scon ", char * "tcon ", security_class_t "tclass ", access_vector_t "requested ", struct av_decision *" avd );
|
.BI "int security_compute_av(char * "scon ", char * "tcon ", security_class_t "tclass ", access_vector_t "requested ", struct av_decision *" avd );
|
||||||
.sp
|
.sp
|
||||||
|
|
|
@ -57,9 +57,7 @@
|
||||||
%ignore avc_netlink_check_nb;
|
%ignore avc_netlink_check_nb;
|
||||||
|
|
||||||
%include "../include/selinux/avc.h"
|
%include "../include/selinux/avc.h"
|
||||||
%include "../include/selinux/av_permissions.h"
|
|
||||||
%include "../include/selinux/context.h"
|
%include "../include/selinux/context.h"
|
||||||
%include "../include/selinux/flask.h"
|
|
||||||
%include "../include/selinux/get_context_list.h"
|
%include "../include/selinux/get_context_list.h"
|
||||||
%include "../include/selinux/get_default_type.h"
|
%include "../include/selinux/get_default_type.h"
|
||||||
%include "../include/selinux/label.h"
|
%include "../include/selinux/label.h"
|
||||||
|
|
Loading…
Reference in New Issue