update config, switch most to module
This commit is contained in:
parent
2a94561a89
commit
9439a25899
@ -11,6 +11,14 @@
|
|||||||
# as individual loadable modules.
|
# as individual loadable modules.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Layer: kernel
|
||||||
|
# Module: devices
|
||||||
|
# Required in base
|
||||||
|
#
|
||||||
|
# Device nodes and interfaces for many basic system devices.
|
||||||
|
#
|
||||||
|
devices = base
|
||||||
|
|
||||||
# Layer: kernel
|
# Layer: kernel
|
||||||
# Module: filesystem
|
# Module: filesystem
|
||||||
# Required in base
|
# Required in base
|
||||||
@ -27,6 +35,14 @@ filesystem = base
|
|||||||
#
|
#
|
||||||
selinux = base
|
selinux = base
|
||||||
|
|
||||||
|
# Layer: kernel
|
||||||
|
# Module: terminal
|
||||||
|
# Required in base
|
||||||
|
#
|
||||||
|
# Policy for terminals.
|
||||||
|
#
|
||||||
|
terminal = base
|
||||||
|
|
||||||
# Layer: kernel
|
# Layer: kernel
|
||||||
# Module: kernel
|
# Module: kernel
|
||||||
# Required in base
|
# Required in base
|
||||||
@ -64,7 +80,7 @@ domain = base
|
|||||||
#
|
#
|
||||||
# Policy for managing user accounts.
|
# Policy for managing user accounts.
|
||||||
#
|
#
|
||||||
usermanage = base
|
usermanage = module
|
||||||
|
|
||||||
# Layer: admin
|
# Layer: admin
|
||||||
# Module: rpm
|
# Module: rpm
|
||||||
@ -78,7 +94,7 @@ rpm = off
|
|||||||
#
|
#
|
||||||
# Policy for dmesg.
|
# Policy for dmesg.
|
||||||
#
|
#
|
||||||
dmesg = base
|
dmesg = module
|
||||||
|
|
||||||
# Layer: admin
|
# Layer: admin
|
||||||
# Module: logrotate
|
# Module: logrotate
|
||||||
@ -92,35 +108,35 @@ logrotate = off
|
|||||||
#
|
#
|
||||||
# Determine of the console connected to the controlling terminal.
|
# Determine of the console connected to the controlling terminal.
|
||||||
#
|
#
|
||||||
consoletype = base
|
consoletype = module
|
||||||
|
|
||||||
# Layer: admin
|
# Layer: admin
|
||||||
# Module: netutils
|
# Module: netutils
|
||||||
#
|
#
|
||||||
# Network analysis utilities
|
# Network analysis utilities
|
||||||
#
|
#
|
||||||
netutils = base
|
netutils = module
|
||||||
|
|
||||||
# Layer: admin
|
# Layer: admin
|
||||||
# Module: acct
|
# Module: acct
|
||||||
#
|
#
|
||||||
# Berkeley process accounting
|
# Berkeley process accounting
|
||||||
#
|
#
|
||||||
acct = base
|
acct = module
|
||||||
|
|
||||||
# Layer: admin
|
# Layer: admin
|
||||||
# Module: tmpreaper
|
# Module: tmpreaper
|
||||||
#
|
#
|
||||||
# Manage temporary directory sizes and file ages
|
# Manage temporary directory sizes and file ages
|
||||||
#
|
#
|
||||||
tmpreaper = base
|
tmpreaper = module
|
||||||
|
|
||||||
# Layer: admin
|
# Layer: admin
|
||||||
# Module: updfstab
|
# Module: updfstab
|
||||||
#
|
#
|
||||||
# Red Hat utility to change /etc/fstab.
|
# Red Hat utility to change /etc/fstab.
|
||||||
#
|
#
|
||||||
updfstab = base
|
updfstab = module
|
||||||
|
|
||||||
# Layer: admin
|
# Layer: admin
|
||||||
# Module: su
|
# Module: su
|
||||||
@ -129,6 +145,28 @@ updfstab = base
|
|||||||
#
|
#
|
||||||
su = off
|
su = off
|
||||||
|
|
||||||
|
# Layer: admin
|
||||||
|
# Module: sudo
|
||||||
|
#
|
||||||
|
# Execute a command with a substitute user
|
||||||
|
#
|
||||||
|
sudo = module
|
||||||
|
|
||||||
|
# Layer: admin
|
||||||
|
# Module: quota
|
||||||
|
#
|
||||||
|
# File system quota management
|
||||||
|
#
|
||||||
|
quota = module
|
||||||
|
|
||||||
|
# Layer: admin
|
||||||
|
# Module: firstboot
|
||||||
|
#
|
||||||
|
# Final system configuration run during the first boot
|
||||||
|
# after installation of Red Hat/Fedora systems.
|
||||||
|
#
|
||||||
|
firstboot = module
|
||||||
|
|
||||||
# Layer: apps
|
# Layer: apps
|
||||||
# Module: gpg
|
# Module: gpg
|
||||||
#
|
#
|
||||||
@ -136,54 +174,47 @@ su = off
|
|||||||
#
|
#
|
||||||
gpg = off
|
gpg = off
|
||||||
|
|
||||||
# Layer: kernel
|
# Layer: apps
|
||||||
# Module: devices
|
# Module: loadkeys
|
||||||
#
|
#
|
||||||
# Device nodes and interfaces for many basic system devices.
|
# Load keyboard mappings.
|
||||||
#
|
#
|
||||||
devices = base
|
loadkeys = module
|
||||||
|
|
||||||
# Layer: kernel
|
# Layer: kernel
|
||||||
# Module: bootloader
|
# Module: bootloader
|
||||||
#
|
#
|
||||||
# Policy for the kernel modules, kernel image, and bootloader.
|
# Policy for the kernel modules, kernel image, and bootloader.
|
||||||
#
|
#
|
||||||
bootloader = base
|
bootloader = module
|
||||||
|
|
||||||
# Layer: kernel
|
# Layer: kernel
|
||||||
# Module: storage
|
# Module: storage
|
||||||
#
|
#
|
||||||
# Policy controlling access to storage devices
|
# Policy controlling access to storage devices
|
||||||
#
|
#
|
||||||
storage = base
|
storage = module
|
||||||
|
|
||||||
# Layer: kernel
|
|
||||||
# Module: terminal
|
|
||||||
#
|
|
||||||
# Policy for terminals.
|
|
||||||
#
|
|
||||||
terminal = base
|
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: remotelogin
|
# Module: remotelogin
|
||||||
#
|
#
|
||||||
# Policy for rshd, rlogind, and telnetd.
|
# Policy for rshd, rlogind, and telnetd.
|
||||||
#
|
#
|
||||||
remotelogin = base
|
remotelogin = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: nscd
|
# Module: nscd
|
||||||
#
|
#
|
||||||
# Name service cache daemon
|
# Name service cache daemon
|
||||||
#
|
#
|
||||||
nscd = base
|
nscd = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: nis
|
# Module: nis
|
||||||
#
|
#
|
||||||
# Policy for NIS (YP) servers and clients
|
# Policy for NIS (YP) servers and clients
|
||||||
#
|
#
|
||||||
nis = base
|
nis = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: sendmail
|
# Module: sendmail
|
||||||
@ -204,126 +235,182 @@ ssh = off
|
|||||||
#
|
#
|
||||||
# Periodic execution of scheduled commands.
|
# Periodic execution of scheduled commands.
|
||||||
#
|
#
|
||||||
cron = base
|
cron = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: inetd
|
# Module: inetd
|
||||||
#
|
#
|
||||||
# Internet services daemon.
|
# Internet services daemon.
|
||||||
#
|
#
|
||||||
inetd = base
|
inetd = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: kerberos
|
# Module: kerberos
|
||||||
#
|
#
|
||||||
# MIT Kerberos admin and KDC
|
# MIT Kerberos admin and KDC
|
||||||
#
|
#
|
||||||
kerberos = base
|
kerberos = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: mta
|
# Module: mta
|
||||||
#
|
#
|
||||||
# Policy common to all email tranfer agents.
|
# Policy common to all email tranfer agents.
|
||||||
#
|
#
|
||||||
mta = base
|
mta = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: mysql
|
# Module: mysql
|
||||||
#
|
#
|
||||||
# Policy for MySQL
|
# Policy for MySQL
|
||||||
#
|
#
|
||||||
mysql = base
|
mysql = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: tcpd
|
||||||
|
#
|
||||||
|
# Policy for TCP daemon.
|
||||||
|
#
|
||||||
|
tcpd = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: rshd
|
||||||
|
#
|
||||||
|
# Remote shell service.
|
||||||
|
#
|
||||||
|
rshd = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: ldap
|
||||||
|
#
|
||||||
|
# OpenLDAP directory server
|
||||||
|
#
|
||||||
|
ldap = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: gpm
|
||||||
|
#
|
||||||
|
# General Purpose Mouse driver
|
||||||
|
#
|
||||||
|
gpm = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: howl
|
||||||
|
#
|
||||||
|
# Port of Apple Rendezvous multicast DNS
|
||||||
|
#
|
||||||
|
howl = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: rsync
|
||||||
|
#
|
||||||
|
# Fast incremental file transfer for synchronization
|
||||||
|
#
|
||||||
|
rsync = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: privoxy
|
||||||
|
#
|
||||||
|
# Privacy enhancing web proxy.
|
||||||
|
#
|
||||||
|
privoxy = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: bind
|
||||||
|
#
|
||||||
|
# Berkeley internet name domain DNS server.
|
||||||
|
#
|
||||||
|
bind = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: unconfined
|
# Module: unconfined
|
||||||
#
|
#
|
||||||
# The unconfined domain.
|
# The unconfined domain.
|
||||||
#
|
#
|
||||||
unconfined = base
|
unconfined = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: authlogin
|
# Module: authlogin
|
||||||
#
|
#
|
||||||
# Common policy for authentication and user login.
|
# Common policy for authentication and user login.
|
||||||
#
|
#
|
||||||
authlogin = base
|
authlogin = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: selinuxutil
|
# Module: selinuxutil
|
||||||
#
|
#
|
||||||
# Policy for SELinux policy and userland applications.
|
# Policy for SELinux policy and userland applications.
|
||||||
#
|
#
|
||||||
selinuxutil = base
|
selinuxutil = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: getty
|
# Module: getty
|
||||||
#
|
#
|
||||||
# Policy for getty.
|
# Policy for getty.
|
||||||
#
|
#
|
||||||
getty = base
|
getty = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: mount
|
# Module: mount
|
||||||
#
|
#
|
||||||
# Policy for mount.
|
# Policy for mount.
|
||||||
#
|
#
|
||||||
mount = base
|
mount = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: ipsec
|
# Module: ipsec
|
||||||
#
|
#
|
||||||
# TCP/IP encryption
|
# TCP/IP encryption
|
||||||
#
|
#
|
||||||
ipsec = base
|
ipsec = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: locallogin
|
# Module: locallogin
|
||||||
#
|
#
|
||||||
# Policy for local logins.
|
# Policy for local logins.
|
||||||
#
|
#
|
||||||
locallogin = base
|
locallogin = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: logging
|
# Module: logging
|
||||||
#
|
#
|
||||||
# Policy for the kernel message logger and system logging daemon.
|
# Policy for the kernel message logger and system logging daemon.
|
||||||
#
|
#
|
||||||
logging = base
|
logging = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: sysnetwork
|
# Module: sysnetwork
|
||||||
#
|
#
|
||||||
# Policy for network configuration: ifconfig and dhcp client.
|
# Policy for network configuration: ifconfig and dhcp client.
|
||||||
#
|
#
|
||||||
sysnetwork = base
|
sysnetwork = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: fstools
|
# Module: fstools
|
||||||
#
|
#
|
||||||
# Tools for filesystem management, such as mkfs and fsck.
|
# Tools for filesystem management, such as mkfs and fsck.
|
||||||
#
|
#
|
||||||
fstools = base
|
fstools = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: pcmcia
|
# Module: pcmcia
|
||||||
#
|
#
|
||||||
# PCMCIA card management services
|
# PCMCIA card management services
|
||||||
#
|
#
|
||||||
pcmcia = base
|
pcmcia = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: iptables
|
# Module: iptables
|
||||||
#
|
#
|
||||||
# Policy for iptables.
|
# Policy for iptables.
|
||||||
#
|
#
|
||||||
iptables = base
|
iptables = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: userdomain
|
# Module: userdomain
|
||||||
#
|
#
|
||||||
# Policy for user domains
|
# Policy for user domains
|
||||||
#
|
#
|
||||||
userdomain = base
|
userdomain = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: corecommands
|
# Module: corecommands
|
||||||
@ -331,7 +418,7 @@ userdomain = base
|
|||||||
# Core policy for shells, and generic programs
|
# Core policy for shells, and generic programs
|
||||||
# in /bin, /sbin, /usr/bin, and /usr/sbin.
|
# in /bin, /sbin, /usr/bin, and /usr/sbin.
|
||||||
#
|
#
|
||||||
corecommands = base
|
corecommands = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: hotplug
|
# Module: hotplug
|
||||||
@ -339,68 +426,68 @@ corecommands = base
|
|||||||
# Policy for hotplug system, for supporting the
|
# Policy for hotplug system, for supporting the
|
||||||
# connection and disconnection of devices at runtime.
|
# connection and disconnection of devices at runtime.
|
||||||
#
|
#
|
||||||
hotplug = base
|
hotplug = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: clock
|
# Module: clock
|
||||||
#
|
#
|
||||||
# Policy for reading and setting the hardware clock.
|
# Policy for reading and setting the hardware clock.
|
||||||
#
|
#
|
||||||
clock = base
|
clock = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: lvm
|
# Module: lvm
|
||||||
#
|
#
|
||||||
# Policy for logical volume management programs.
|
# Policy for logical volume management programs.
|
||||||
#
|
#
|
||||||
lvm = base
|
lvm = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: modutils
|
# Module: modutils
|
||||||
#
|
#
|
||||||
# Policy for kernel module utilities
|
# Policy for kernel module utilities
|
||||||
#
|
#
|
||||||
modutils = base
|
modutils = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: init
|
# Module: init
|
||||||
#
|
#
|
||||||
# System initialization programs (init and init scripts).
|
# System initialization programs (init and init scripts).
|
||||||
#
|
#
|
||||||
init = base
|
init = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: udev
|
# Module: udev
|
||||||
#
|
#
|
||||||
# Policy for udev.
|
# Policy for udev.
|
||||||
#
|
#
|
||||||
udev = base
|
udev = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: hostname
|
# Module: hostname
|
||||||
#
|
#
|
||||||
# Policy for changing the system host name.
|
# Policy for changing the system host name.
|
||||||
#
|
#
|
||||||
hostname = base
|
hostname = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: raid
|
# Module: raid
|
||||||
#
|
#
|
||||||
# RAID array management tools
|
# RAID array management tools
|
||||||
#
|
#
|
||||||
raid = base
|
raid = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: libraries
|
# Module: libraries
|
||||||
#
|
#
|
||||||
# Policy for system libraries.
|
# Policy for system libraries.
|
||||||
#
|
#
|
||||||
libraries = base
|
libraries = module
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: miscfiles
|
# Module: miscfiles
|
||||||
#
|
#
|
||||||
# Miscelaneous files.
|
# Miscelaneous files.
|
||||||
#
|
#
|
||||||
miscfiles = base
|
miscfiles = module
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user