File: run_init.8

package info (click to toggle)
android-platform-external-libselinux 8.1.0%2Br23-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 33,252 kB
  • sloc: ansic: 142,533; python: 23,929; makefile: 1,760; yacc: 1,367; sh: 1,108; lex: 448; xml: 176
file content (28 lines) | stat: -rw-r--r-- 908 bytes parent folder | download | duplicates (9)
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
.TH RUN_INIT "8" "May 2003" "Security Enhanced Linux" NSA
.SH NAME
run_init \- run an init script in the proper SELinux context
.SH SYNOPSIS
.B run_init 
\fISCRIPT\fR [[\fIARGS\fR]...] 
.br
.SH DESCRIPTION
.PP
Run a init script under the proper context, which is specified in 
/etc/selinux/POLICYTYPE/contexts/initrc_context.
It is generally used interactively as it requires either shadow or
PAM user authentication (depending on compile-time options).  It
should be possible to configure PAM such that interactive input is
not required.  Check your PAM documentation.
.SH FILES
/etc/passwd - user account information
.br
/etc/shadow - encrypted passwords and age information
.br
/etc/selinux/POLICYTYPE/contexts/initrc_context - contains the context to run init scripts under
.SH SEE ALSO
.BR newrole (1),
.BR runcon (1)
.SH AUTHORS
.nf
Wayne Salamon (wsalamon@tislabs.com) 
Dan Walsh (dwalsh@redhat.com)