File: selinux_boolean_sub.3

package info (click to toggle)
android-platform-tools 29.0.6-28
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 365,224 kB
  • sloc: cpp: 1,049,638; java: 460,532; ansic: 375,452; asm: 301,257; xml: 134,509; python: 92,731; perl: 62,008; sh: 26,753; makefile: 3,210; javascript: 3,172; yacc: 1,403; lex: 455; awk: 368; ruby: 183; sql: 140
file content (29 lines) | stat: -rw-r--r-- 859 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH "selinux_boolean_sub" "3" "11 June 2012" "dwalsh@redhat.com" "SELinux API documentation"
.SH "NAME"
selinux_boolean_sub \- Search the translated name for a boolean_name record
.
.SH "SYNOPSIS"
.B #include <selinux/selinux.h>
.sp
.BI "char *selinux_boolean_sub(const char *" boolean_name ");"
.sp
.SH "DESCRIPTION"
.BR selinux_boolean_sub ()
searches the
.I \%/etc/selinux/{POLICYTYPE}/booleans.subs_dist
file
for a matching boolean_name record.  If the record exists the boolean substitution name is returned.  If not
.BR \%selinux_boolean_sub ()
returns the original
.IR \%boolean_name .

.SH "RETURN VALUE"
.BR selinux_boolean_sub ()
returns the
.I boolean_name
or the substituted name on success.  The returned value must be freed with
.BR free "(3)."
.BR selinux_boolean_sub ()
returns NULL on error.
.SH "SEE ALSO"
.BR security_get_boolean_names (3)