semodule(8)

NAME

   semodule - Manage SELinux policy modules.

SYNOPSIS

   semodule [options]... MODE [MODES]...

DESCRIPTION

   semodule  is  the tool used to manage SELinux policy modules, including
   installing, upgrading, listing and removing modules.  semodule may also
   be  used  to  force a rebuild of policy from the module store and/or to
   force a reload of policy  without  performing  any  other  transaction.
   semodule   acts   on   module  packages  created  by  semodule_package.
   Conventionally,  these  files  have  a  .pp  suffix  (policy  package),
   although this is not mandated in any way.

OPTIONS

   -R, --reload
          force a reload of policy

   -B, --build
          force a rebuild of policy (also reloads unless -n is used)

   -D, --disable_dontaudit
          Temporarily  remove  dontaudits  from  policy.  Reverts whenever
          policy is rebuilt

   -i,--install=MODULE_PKG
          install/replace a module package

   -u,--upgrade=MODULE_PKG
          deprecated, alias for --install

   -b,--base=MODULE_PKG
          deprecated, alias for --install

   -r,--remove=MODULE_NAME
          remove existing module

   -l,--list-modules=[KIND]
          display list of installed modules (other than base)

   -E,--extract=MODULE_PKG
          Extract a module from the store as an HLL or  CIL  file  to  the
          current directory.  A module is extracted as HLL by default. The
          name of the module written is <module-name>.<lang_ext>

   KIND:

   standard
          list highest priority, enabled, non-base modules

   full   list all modules

   -X,--priority=PRIORITY
          set priority for following operations (1-999)

   -e,--enabled=MODULE_NAME
          enable module

   -d,--disable=MODULE_NAME
          disable module

   -s,--store
          name of the store to operate on

   -n,--noreload,-N
          do not reload policy after commit

   -h,--help
          prints help message and quit

   -P,--preserve_tunables
          Preserve tunables in policy

   -C,--ignore-module-cache
          Recompile CIL modules built from HLL files

   -p,--path
          Use an alternate path for the policy root

   -S,--store-path
          Use an alternate path for the policy store root

   -v,--verbose
          be verbose

   -c,--cil
          Extract module as a CIL file. This only  affects  the  --extract
          option.

   -H,--hll
          Extract  module  as an HLL file. This only affects the --extract
          option.

EXAMPLE

   # Install or replace a base policy package.
   $ semodule -b base.pp
   # Install or replace a non-base policy package.
   $ semodule -i httpd.pp
   # List non-base modules.
   $ semodule -l
   # Turn on all AVC Messages for which SELinux currently is "dontaudit"ing.
   $ semodule -DB
   # Turn "dontaudit" rules back on.
   $ semodule -B
   # Install or replace all non-base modules in the current directory.
   $ semodule -i *.pp
   # Install or replace all modules in the current directory.
   $ ls *.pp | grep -Ev "base.pp|enableaudit.pp" | xargs /usr/sbin/semodule -b base.pp -i
   # Disable a module.
   $ semodule -d alsa
   # Install a module at a specific priority.
   $ semodule -X 100 -i alsa.pp
   # List all modules.
   $ semodule -l full
   # Set an alternate path for the policy root
   $ semodule -B -p "/tmp"
   # Set an alternate path for the policy store root
   $ semodule -B -S "/tmp/var/lib/selinux"
   # Write the HLL version of puppet and the CIL version of wireshark
   # modules at priority 400 to the current working directory
   $ semodule -X 400 -g wireshark --cil -g puppet --hll

SEE ALSO

   checkmodule(8), semodule_package(8)

AUTHORS

   This manual page was written by Dan Walsh <[email protected]>.
   The program was written by Karl MacMillan <[email protected]>, Joshua Brindle <[email protected]>, Jason Tang <[email protected]>



Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.


Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.

Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.


Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.

Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.


Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.

Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.