File: security_policyvers.3

package info (click to toggle)
libselinux 1.22-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,916 kB
  • ctags: 1,580
  • sloc: ansic: 7,448; makefile: 82; sh: 78
file content (12 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
.TH "security_policyvers" "3" "1 January 2004" "russell@coker.com.au" "SE Linux API documentation"
.SH "NAME"
security_policyvers \- get the version of the SE Linux policy
.SH "SYNOPSIS"
.B #include <selinux/selinux.h>
.sp
.B int security_policyvers();

.SH "DESCRIPTION"
.B security_policyvers
returns the version of the policy (a positive integer) on success, or -1 on
error.