Some notes while reading the SELinux User and Administrator's Guide:
.pp
stands for policy package- CLI Tools:
semodule
- management of policy modulessemodule_package
- create policy module packagechcon
- Temporary change of file context (does not survive relabeling)semanage fcontext
- Permanently changes.semanage
changes the policy without need to recompile it from scrach- The
fcontext
is the subcommand for filesystem labels - Also
login
for mapping of system users with selinux users,user
for managing selinux users etc.