File: setsebool.8

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 (28 lines) | stat: -rw-r--r-- 869 bytes parent folder | download
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 "setsebool" "8" "11 Aug 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
.SH "NAME"
setsebool \- set SELinux boolean value

.SH "SYNOPSIS"
.B setsebool
.I "[ -P ] boolean value | bool1=val1 bool2=val2 ..."

.SH "DESCRIPTION"
.B setsebool 
sets the current state of a particular SELinux boolean or a list of booleans 
to a given value. The value may be 1 or true to enable the boolean, or 0 or 
false to disable it. 

Without the -P option, only the current boolean value is 
affected; the boot-time default settings defined by
.I /etc/selinux/SELINUXTYPE/booleans
are not changed. 

If the -P option is given, all pending values are written to
the boolean file on disk.

.SH AUTHOR	
This manual page was written by Dan Walsh <dwalsh@redhat.com>.
The program was written by Tresys Technology.

.SH "SEE ALSO"
getsebool(8), booleans(8), togglesebool(8)