File: togglesebool.8

package info (click to toggle)
libselinux 3.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,380 kB
  • sloc: ansic: 17,619; makefile: 416; sh: 48; python: 21
file content (22 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.TH "togglesebool" "8" "26 Oct 2004" "sgrubb@redhat.com" "SELinux Command Line documentation"
.SH "NAME"
togglesebool \- flip the current value of a SELinux boolean
.
.SH "SYNOPSIS"
.B togglesebool
.I boolean...
.
.SH "DESCRIPTION"
.B togglesebool
flips the current value of a list of booleans. If the value is currently a 1,
then it will be changed to a 0 and vice versa. Only the "in memory" values are
changed; the boot-time settings are unaffected. 
.
.SH AUTHOR
This man page was written by Steve Grubb <sgrubb@redhat.com>
.
.SH "SEE ALSO"
.BR selinux (8),
.BR booleans (8),
.BR getsebool (8),
.BR setsebool (8)