diff options
author | Dan Walsh <dwalsh@redhat.com> | 2013-10-09 14:38:47 -0400 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2013-10-24 13:58:37 -0400 |
commit | 2af252621b2dde8ed545c201b6c9bbae9c9d12fb (patch) | |
tree | a326d65b34a6f65f92dd1a8eff69b3862a57c601 /libselinux/man | |
parent | 2540b20096bed9a4f2581548ad37c3dae8654512 (diff) | |
download | android_external_selinux-2af252621b2dde8ed545c201b6c9bbae9c9d12fb.tar.gz android_external_selinux-2af252621b2dde8ed545c201b6c9bbae9c9d12fb.tar.bz2 android_external_selinux-2af252621b2dde8ed545c201b6c9bbae9c9d12fb.zip |
Add missing man page for sefcontext_compile
Diffstat (limited to 'libselinux/man')
-rw-r--r-- | libselinux/man/man8/sefcontext_compile.8 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libselinux/man/man8/sefcontext_compile.8 b/libselinux/man/man8/sefcontext_compile.8 new file mode 100644 index 00000000..810d22ac --- /dev/null +++ b/libselinux/man/man8/sefcontext_compile.8 @@ -0,0 +1,19 @@ +.TH "sefcontext_compile" "8" "27 Jun 2013" "dwalsh@redhat.com" "SELinux Command Line documentation" +.SH "NAME" +sefcontext_compile \- compile file context regular expression files +. +.SH "SYNOPSIS" +.B sefcontext_compile inputfile +. +.SH "DESCRIPTION" +sefcontext_compile is used libsemanage to compile file context regular expressions into prce format. sefcontext_compile writes the compiled prce file with the .bin suffix appended "inputfile".bin. This compiled file is used by libselinux file labeling functions. + +.SH "EXAMPLE" +sefcontext_compile /etc/selinux/targeted/contexts/files/file_contexts +. +.SH AUTHOR +Dan Walsh, <dwalsh@redhat.com> +. +.SH "SEE ALSO" +.BR selinux (8), +.BR semanage (8), |