Unix and Linux Discussions Tagged with module |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
7 |
14,984 |
Web Development |
|
|
|
2 |
5,365 |
Shell Programming and Scripting |
|
|
|
1 |
10,779 |
IP Networking |
|
|
|
0 |
4,998 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
2,622 |
Shell Programming and Scripting |
|
|
|
1 |
1,628 |
Red Hat |
|
|
|
2 |
4,717 |
UNIX for Advanced & Expert Users |
|
|
|
11 |
10,840 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
3,808 |
Shell Programming and Scripting |
|
|
|
1 |
8,978 |
Solaris |
|
|
|
0 |
1,337 |
Software Releases - RSS News |
|
|
|
0 |
1,576 |
Software Releases - RSS News |
|
|
|
0 |
7,235 |
Software Releases - RSS News |
|
|
|
0 |
1,704 |
Software Releases - RSS News |
|
|
|
2 |
3,971 |
IP Networking |
|
|
|
1 |
3,811 |
Ubuntu |
|
|
|
0 |
2,649 |
IP Networking |
|
|
|
0 |
2,501 |
Linux |
|
|
|
0 |
1,202 |
Software Releases - RSS News |
|
|
|
0 |
1,165 |
Software Releases - RSS News |
|
|
|
0 |
1,088 |
Software Releases - RSS News |
|
|
|
0 |
1,120 |
Software Releases - RSS News |
|
|
|
0 |
1,328 |
Software Releases - RSS News |
|
|
|
2 |
7,903 |
Shell Programming and Scripting |
|
|
|
0 |
1,948 |
Security Advisories (RSS) |
|
|
|
1 |
4,902 |
Shell Programming and Scripting |
|
|
|
4 |
7,787 |
SuSE |
|
|
|
0 |
1,135 |
Software Releases - RSS News |
|
|
|
0 |
3,694 |
Filesystems, Disks and Memory |
|
|
|
1 |
6,423 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,030 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
9,478 |
IP Networking |
|
|
|
4 |
3,961 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,212 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
7,517 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
5,055 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,705 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,909 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,953 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
7,145 |
UNIX for Dummies Questions & Answers |
semanage-module(8) semanage-module(8)
NAME
semanage module- SELinux Policy Management module mapping tool
SYNOPSIS
semanage module [-h] [-n] [-N] [-S STORE] (-a | -r | -e | -d | --extract | --list [-C] | --deleteall) [module_name]
DESCRIPTION
semanage is used to configure certain elements of SELinux policy without requiring modification to or recompilation from policy sources.
semanage module installs, removes, disables SELinux Policy modules.
OPTIONS
-h, --help
show this help message and exit
-n, --noheading
Do not print heading when listing the specified object type
-N, --noreload
Do not reload policy after commit
-S STORE, --store STORE
Select an alternate SELinux Policy Store to manage
-a, --add
Install specified module
-r, --remove
Remove specified module
-d --disable
Disable specified module
-e --enable
Enable specified module
-E, --extract
Extract customizable commands, for use within a transaction
-l, --list
List records of the specified object type
-C, --locallist
List local customizations
EXAMPLE
List all modules
# semanage module -l
Disable unconfined module
# semanage module --disable unconfined
Install custom apache policy module
# semanage module -a myapache
SEE ALSO
selinux (8), semanage (8) semodule (8)
AUTHOR
This man page was written by Daniel Walsh <dwalsh@redhat.com>
20130617 semanage-module(8)