~ubuntu-branches/ubuntu/trusty/policycoreutils/trusty-proposed

« back to all changes in this revision

Viewing changes to semanage/semanage.8

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2009-10-14 02:08:04 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091014020804-u45uxbr54c4mdyre
Tags: 2.0.74-1
* New upstream point release
  + Change semodule upgrade behavior to install even if the module
  + is not present from Dan Walsh.
  + Make setfiles label if selinux is disabled and a seclabel aware
  + kernel is running from Caleb Case.
  + Clarify forkpty() error message in run_init from Manoj Srivastava.
  + Add semanage dontaudit to turn off dontaudits from Dan Walsh.
  + Fix semanage to set correct mode for setrans file from Dan Walsh.
  + Fix malformed dictionary in portRecord from Dan Walsh.
* Added patch from Martin Orr to fix a loop in the inotify watch code
  when installing a watch on utmp.
* [863fb62]: topic--debian: Improve error messages on forkpty failure
  The current error message when forkpty() fails is not clear or
  useful. The following patch makes indicate what went wrong. 
  Bug fix: "The error message on forkpty() failure is not clear or
  useful.", thanks to Russell Coker              (Closes: #515710).

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
.br
22
22
.B semanage permissive \-{a|d} type
23
23
.br
 
24
.B semanage dontaudit [ on | off ]
 
25
.br
24
26
.B semanage translation \-{a|d|m} [\-T] level
25
27
.P
26
28
 
117
119
$ semanage port -a -t http_port_t -p tcp 81
118
120
# Change apache to a permissive domain
119
121
$ semanage permissive -a httpd_t
 
122
# Turn off dontaudit rules
 
123
$ semanage dontaudit off
120
124
.fi
121
125
 
122
126
.SH "AUTHOR"