~ubuntu-branches/ubuntu/utopic/checkpolicy/utopic-proposed

« back to all changes in this revision

Viewing changes to checkpolicy.8

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2013-11-01 23:39:52 UTC
  • mfrom: (1.3.2)
  • Revision ID: package-import@ubuntu.com-20131101233952-dg183ag2lbwogeiz
Tags: 2.2-1
* Team upload.
* New upstream release
  - debian/control: Bump build-dependencies to match the release
  - debian/patches/multiarch.patch: Refreshed
* debian/control:
  - Bump Standards-Version to 3.9.4 (no further changes)
  - Use canonical URL for VCS-Git field

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
checkpolicy \- SELinux policy compiler
4
4
.SH SYNOPSIS
5
5
.B checkpolicy
6
 
.I "[-b] [-d] [-M] [-c policyvers] [-o output_file] [input_file]"
 
6
.I "[\-b] [\-d] [\-M] [\-c policyvers] [\-o output_file] [input_file]"
7
7
.br
8
8
.SH "DESCRIPTION"
9
9
This manual page describes the
14
14
is a program that checks and compiles a SELinux security policy configuration
15
15
into a binary representation that can be loaded into the kernel.  If no 
16
16
input file name is specified, checkpolicy will attempt to read from
17
 
policy.conf or policy, depending on whether the -b flag is specified.
 
17
policy.conf or policy, depending on whether the \-b flag is specified.
18
18
 
19
19
.SH OPTIONS
20
20
.TP