~ubuntu-branches/ubuntu/maverick/policycoreutils/maverick

« back to all changes in this revision

Viewing changes to semanage/semanage.8

  • Committer: Bazaar Package Importer
  • Author(s): Russell Coker
  • Date: 2008-07-13 20:16:00 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080713201600-rbwser3yf8erf6u0
Tags: 2.0.49-2.1
* Non-maintainer upload.
* Made it recommend the new policy packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
semanage \- SELinux Policy Management tool
4
4
 
5
5
.SH "SYNOPSIS"
6
 
.B semanage {login|user|port|interface|fcontext|translation} \-l [\-n]
 
6
.B semanage {boolean|login|user|port|interface|fcontext|translation} \-{l|lC|D} [\-n] 
 
7
.br
 
8
.B semanage boolean \-{d|m} [\-\-on|\-\-off|\-1|\-0] boolean
7
9
.br
8
10
.B semanage login \-{a|d|m} [\-sr] login_name
9
11
.br
10
12
.B semanage user \-{a|d|m} [\-LrRP] selinux_name
11
13
.br
12
 
.B semanage port \-{a|d|m} [\-tr] [\-p protocol] port | port_range
 
14
.B semanage port \-{a|d|m} [\-tr] [\-p proto] port | port_range
13
15
.br
14
16
.B semanage interface \-{a|d|m} [\-tr] interface_spec
15
17
.br
43
45
.I                \-d, \-\-delete     
44
46
Delete a OBJECT record NAME
45
47
.TP
 
48
.I                \-D, \-\-deleteall
 
49
Remove all OBJECTS local customizations
 
50
.TP
46
51
.I                \-f, \-\-ftype
47
52
File Type.   This is used with fcontext.
48
53
Requires a file type as shown in the mode field by ls, e.g. use -d to match only directories or -- to match only regular files.
53
58
.I                \-l, \-\-list       
54
59
List the OBJECTS
55
60
.TP
 
61
.I                \-C, \-\-locallist
 
62
List only locally defined settings, not base policy settings.
 
63
.TP
56
64
.I                \-L, \-\-level
57
65
Default SELinux Level for SELinux use, s0 Default. (MLS/MCS Systems only)
58
66
.TP