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:
Stephen Smalley 2015-05-27 11:44:40 -04:00
parent 674256be88
commit ab73411556
3 changed files with 0 additions and 6 deletions

View File

@ -10,8 +10,6 @@ print_access_vector \- display an access vector in human-readable form.
.
.SH "SYNOPSIS"
.B #include <selinux/selinux.h>
.br
.B #include <selinux/flask.h>
.sp
.BI "const char *security_class_to_string(security_class_t " tclass ");"
.sp

View File

@ -6,8 +6,6 @@ the SELinux policy database in the kernel
.
.SH "SYNOPSIS"
.B #include <selinux/selinux.h>
.br
.B #include <selinux/flask.h>
.sp
.BI "int security_compute_av(char * "scon ", char * "tcon ", security_class_t "tclass ", access_vector_t "requested ", struct av_decision *" avd );
.sp

View File

@ -57,9 +57,7 @@
%ignore avc_netlink_check_nb;
%include "../include/selinux/avc.h"
%include "../include/selinux/av_permissions.h"
%include "../include/selinux/context.h"
%include "../include/selinux/flask.h"
%include "../include/selinux/get_context_list.h"
%include "../include/selinux/get_default_type.h"
%include "../include/selinux/label.h"