2005-11-21 21:49:31 +00:00
|
|
|
#
|
|
|
|
# This file contains a listing of available modules.
|
|
|
|
# To prevent a module from being used in policy
|
|
|
|
# creation, set the module name to "off".
|
|
|
|
#
|
|
|
|
# For monolithic policies, modules set to "base" and "module"
|
|
|
|
# will be built into the policy.
|
|
|
|
#
|
|
|
|
# For modular policies, modules set to "base" will be
|
|
|
|
# included in the base module. "module" will be compiled
|
|
|
|
# as individual loadable modules.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Layer: kernel
|
|
|
|
# Module: terminal
|
|
|
|
# Required in base
|
|
|
|
#
|
|
|
|
# Policy for terminals.
|
|
|
|
#
|
|
|
|
terminal = base
|
|
|
|
|
|
|
|
# Layer: kernel
|
|
|
|
# Module: kernel
|
|
|
|
# Required in base
|
|
|
|
#
|
|
|
|
# Policy for kernel threads, proc filesystem,and unlabeled processes and objects.
|
|
|
|
#
|
|
|
|
kernel = base
|
|
|
|
|
|
|
|
# Layer: kernel
|
|
|
|
# Module: filesystem
|
|
|
|
# Required in base
|
|
|
|
#
|
|
|
|
# Policy for filesystems.
|
|
|
|
#
|
|
|
|
filesystem = base
|
|
|
|
|
|
|
|
# Layer: kernel
|
|
|
|
# Module: devices
|
|
|
|
# Required in base
|
|
|
|
#
|
|
|
|
# Device nodes and interfaces for many basic system devices.
|
|
|
|
#
|
|
|
|
devices = base
|
|
|
|
|
|
|
|
# Layer: kernel
|
|
|
|
# Module: corenetwork
|
|
|
|
# Required in base
|
|
|
|
#
|
|
|
|
# Policy controlling access to network objects
|
|
|
|
#
|
|
|
|
corenetwork = base
|
|
|
|
|
|
|
|
# Layer: kernel
|
|
|
|
# Module: mls
|
|
|
|
# Required in base
|
|
|
|
#
|
|
|
|
# Multilevel security policy
|
|
|
|
#
|
|
|
|
mls = base
|
|
|
|
|
2006-02-19 12:17:15 +00:00
|
|
|
# Layer: kernel
|
|
|
|
# Module: mcs
|
|
|
|
# Required in base
|
|
|
|
#
|
|
|
|
# MultiCategory security policy
|
|
|
|
#
|
|
|
|
mcs = base
|
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: kernel
|
|
|
|
# Module: selinux
|
|
|
|
# Required in base
|
|
|
|
#
|
|
|
|
# Policy for kernel security interface, in particular, selinuxfs.
|
|
|
|
#
|
|
|
|
selinux = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: files
|
|
|
|
# Required in base
|
|
|
|
#
|
|
|
|
# Basic filesystem types and interfaces.
|
|
|
|
#
|
|
|
|
files = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: domain
|
|
|
|
# Required in base
|
|
|
|
#
|
|
|
|
# Core policy for domains.
|
|
|
|
#
|
|
|
|
domain = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: corecommands
|
|
|
|
# Required in base
|
|
|
|
#
|
|
|
|
# Core policy for shells, and generic programs
|
|
|
|
# in /bin, /sbin, /usr/bin, and /usr/sbin.
|
|
|
|
#
|
|
|
|
corecommands = base
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: acct
|
|
|
|
#
|
|
|
|
# Berkeley process accounting
|
|
|
|
#
|
|
|
|
acct = base
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: usermanage
|
|
|
|
#
|
|
|
|
# Policy for managing user accounts.
|
|
|
|
#
|
|
|
|
usermanage = base
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: rpm
|
|
|
|
#
|
|
|
|
# Policy for the RPM package manager.
|
|
|
|
#
|
|
|
|
rpm = base
|
|
|
|
|
2006-01-06 01:04:12 +00:00
|
|
|
# Layer: admin
|
|
|
|
# Module: readahead
|
|
|
|
#
|
|
|
|
# Readahead, read files into page cache for improved performance
|
|
|
|
#
|
|
|
|
readahead = base
|
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: admin
|
|
|
|
# Module: kudzu
|
|
|
|
#
|
|
|
|
# Hardware detection and configuration tools
|
|
|
|
#
|
|
|
|
kudzu = base
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: updfstab
|
|
|
|
#
|
|
|
|
# Red Hat utility to change /etc/fstab.
|
|
|
|
#
|
|
|
|
updfstab = base
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: netutils
|
|
|
|
#
|
|
|
|
# Network analysis utilities
|
|
|
|
#
|
|
|
|
netutils = base
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: vpn
|
|
|
|
#
|
|
|
|
# Virtual Private Networking client
|
|
|
|
#
|
2006-01-05 21:54:11 +00:00
|
|
|
vpn = base
|
2005-11-21 21:49:31 +00:00
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: su
|
|
|
|
#
|
|
|
|
# Run shells with substitute user and group
|
|
|
|
#
|
|
|
|
su = base
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: dmesg
|
|
|
|
#
|
|
|
|
# Policy for dmesg.
|
|
|
|
#
|
|
|
|
dmesg = base
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: anaconda
|
|
|
|
#
|
|
|
|
# Policy for the Anaconda installer.
|
|
|
|
#
|
|
|
|
anaconda = base
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: amanda
|
|
|
|
#
|
|
|
|
# Automated backup program.
|
|
|
|
#
|
|
|
|
amanda = base
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: logrotate
|
|
|
|
#
|
|
|
|
# Rotate and archive system logs
|
|
|
|
#
|
2006-01-06 01:04:12 +00:00
|
|
|
logrotate = base
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: ddcprobe
|
|
|
|
#
|
|
|
|
# ddcprobe retrieves monitor and graphics card information
|
|
|
|
#
|
2006-01-24 15:41:46 +00:00
|
|
|
ddcprobe = off
|
2005-11-21 21:49:31 +00:00
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: quota
|
|
|
|
#
|
|
|
|
# File system quota management
|
|
|
|
#
|
|
|
|
quota = off
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: consoletype
|
|
|
|
#
|
|
|
|
# Determine of the console connected to the controlling terminal.
|
|
|
|
#
|
|
|
|
consoletype = base
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: sudo
|
|
|
|
#
|
|
|
|
# Execute a command with a substitute user
|
|
|
|
#
|
|
|
|
sudo = off
|
|
|
|
|
2006-01-06 01:04:12 +00:00
|
|
|
# Layer: admin
|
|
|
|
# Module: vbetool
|
|
|
|
#
|
|
|
|
# run real-mode video BIOS code to alter hardware state
|
|
|
|
#
|
2006-01-24 15:41:46 +00:00
|
|
|
vbetool = off
|
2006-01-06 01:04:12 +00:00
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: admin
|
|
|
|
# Module: firstboot
|
|
|
|
#
|
|
|
|
# Final system configuration run during the first boot
|
|
|
|
# after installation of Red Hat/Fedora systems.
|
|
|
|
#
|
|
|
|
firstboot = base
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: tmpreaper
|
|
|
|
#
|
|
|
|
# Manage temporary directory sizes and file ages
|
|
|
|
#
|
|
|
|
tmpreaper = off
|
|
|
|
|
|
|
|
# Layer: admin
|
|
|
|
# Module: dmidecode
|
|
|
|
#
|
|
|
|
# Decode DMI data for x86/ia64 bioses.
|
|
|
|
#
|
|
|
|
dmidecode = base
|
|
|
|
|
|
|
|
# Layer: apps
|
|
|
|
# Module: gpg
|
|
|
|
#
|
|
|
|
# Policy for GNU Privacy Guard and related programs.
|
|
|
|
#
|
|
|
|
gpg = off
|
|
|
|
|
|
|
|
# Layer: apps
|
|
|
|
# Module: loadkeys
|
|
|
|
#
|
|
|
|
# Load keyboard mappings.
|
|
|
|
#
|
|
|
|
loadkeys = base
|
|
|
|
|
|
|
|
# Layer: apps
|
|
|
|
# Module: webalizer
|
|
|
|
#
|
|
|
|
# Web server log analysis
|
|
|
|
#
|
|
|
|
webalizer = base
|
|
|
|
|
|
|
|
# Layer: kernel
|
|
|
|
# Module: bootloader
|
|
|
|
#
|
|
|
|
# Policy for the kernel modules, kernel image, and bootloader.
|
|
|
|
#
|
|
|
|
bootloader = base
|
|
|
|
|
|
|
|
# Layer: kernel
|
|
|
|
# Module: storage
|
|
|
|
#
|
|
|
|
# Policy controlling access to storage devices
|
|
|
|
#
|
|
|
|
storage = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: nis
|
|
|
|
#
|
|
|
|
# Policy for NIS (YP) servers and clients
|
|
|
|
#
|
|
|
|
nis = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: distcc
|
|
|
|
#
|
|
|
|
# Distributed compiler daemon
|
|
|
|
#
|
|
|
|
distcc = off
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: rshd
|
|
|
|
#
|
|
|
|
# Remote shell service.
|
|
|
|
#
|
|
|
|
rshd = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: cpucontrol
|
|
|
|
#
|
|
|
|
# Services for loading CPU microcode and CPU frequency scaling.
|
|
|
|
#
|
|
|
|
cpucontrol = base
|
|
|
|
|
2005-12-13 04:53:03 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: vbetool
|
|
|
|
#
|
|
|
|
# run real-mode video BIOS code to alter hardware state
|
|
|
|
#
|
|
|
|
vbetool = base
|
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: bind
|
|
|
|
#
|
|
|
|
# Berkeley internet name domain DNS server.
|
|
|
|
#
|
|
|
|
bind = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: canna
|
|
|
|
#
|
|
|
|
# Canna - kana-kanji conversion server
|
|
|
|
#
|
|
|
|
canna = base
|
|
|
|
|
2006-01-06 01:04:12 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: i18n_input
|
|
|
|
#
|
|
|
|
# IIIMF htt server
|
|
|
|
#
|
2006-01-24 15:41:46 +00:00
|
|
|
i18n_input = off
|
2006-01-06 01:04:12 +00:00
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: uucp
|
|
|
|
#
|
|
|
|
# Unix to Unix Copy
|
|
|
|
#
|
|
|
|
uucp = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: sasl
|
|
|
|
#
|
|
|
|
# SASL authentication server
|
|
|
|
#
|
|
|
|
sasl = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: pegasus
|
|
|
|
#
|
|
|
|
# The Open Group Pegasus CIM/WBEM Server.
|
|
|
|
#
|
|
|
|
pegasus = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: cron
|
|
|
|
#
|
|
|
|
# Periodic execution of scheduled commands.
|
|
|
|
#
|
|
|
|
cron = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: sendmail
|
|
|
|
#
|
|
|
|
# Policy for sendmail.
|
|
|
|
#
|
|
|
|
sendmail = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: samba
|
|
|
|
#
|
|
|
|
# SMB and CIFS client/server programs for UNIX and
|
|
|
|
# name Service Switch daemon for resolving names
|
|
|
|
# from Windows NT servers.
|
|
|
|
#
|
|
|
|
samba = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: dbus
|
|
|
|
#
|
|
|
|
# Desktop messaging bus
|
|
|
|
#
|
|
|
|
dbus = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: howl
|
|
|
|
#
|
|
|
|
# Port of Apple Rendezvous multicast DNS
|
|
|
|
#
|
|
|
|
howl = base
|
|
|
|
|
2006-01-06 01:04:12 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: timidity
|
|
|
|
#
|
|
|
|
# MIDI to WAV converter and player configured as a service
|
|
|
|
#
|
2006-01-24 15:41:46 +00:00
|
|
|
timidity = off
|
2006-01-06 01:04:12 +00:00
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: postgresql
|
|
|
|
#
|
|
|
|
# PostgreSQL relational database
|
|
|
|
#
|
|
|
|
postgresql = base
|
|
|
|
|
2006-01-06 01:04:12 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: openct
|
|
|
|
#
|
|
|
|
# Service for handling smart card readers.
|
|
|
|
#
|
2006-01-24 15:41:46 +00:00
|
|
|
openct = off
|
2006-01-06 01:04:12 +00:00
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: snmp
|
|
|
|
#
|
|
|
|
# Simple network management protocol services
|
|
|
|
#
|
|
|
|
snmp = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: remotelogin
|
|
|
|
#
|
|
|
|
# Policy for rshd, rlogind, and telnetd.
|
|
|
|
#
|
|
|
|
remotelogin = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: telnet
|
|
|
|
#
|
|
|
|
# Telnet daemon
|
|
|
|
#
|
|
|
|
telnet = base
|
|
|
|
|
2005-12-10 05:19:29 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: irqbalance
|
|
|
|
#
|
|
|
|
# IRQ balancing daemon
|
|
|
|
#
|
|
|
|
irqbalance = base
|
|
|
|
|
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: mailman
|
|
|
|
#
|
|
|
|
# Mailman is for managing electronic mail discussion and e-newsletter lists
|
|
|
|
#
|
|
|
|
mailman = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: dbskk
|
|
|
|
#
|
|
|
|
# Dictionary server for the SKK Japanese input method system.
|
|
|
|
#
|
|
|
|
dbskk = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: ldap
|
|
|
|
#
|
|
|
|
# OpenLDAP directory server
|
|
|
|
#
|
|
|
|
ldap = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: tftp
|
|
|
|
#
|
|
|
|
# Trivial file transfer protocol daemon
|
|
|
|
#
|
|
|
|
tftp = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: portmap
|
|
|
|
#
|
|
|
|
# RPC port mapping service.
|
|
|
|
#
|
|
|
|
portmap = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: arpwatch
|
|
|
|
#
|
|
|
|
# Ethernet activity monitor.
|
|
|
|
#
|
|
|
|
arpwatch = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: dovecot
|
|
|
|
#
|
|
|
|
# Dovecot POP and IMAP mail server
|
|
|
|
#
|
|
|
|
dovecot = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: cups
|
|
|
|
#
|
|
|
|
# Common UNIX printing system
|
|
|
|
#
|
|
|
|
cups = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: networkmanager
|
|
|
|
#
|
|
|
|
# Manager for dynamically switching between networks.
|
|
|
|
#
|
|
|
|
networkmanager = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: inn
|
|
|
|
#
|
|
|
|
# Internet News NNTP server
|
|
|
|
#
|
|
|
|
inn = base
|
|
|
|
|
2005-12-10 05:19:29 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: sysstat
|
|
|
|
#
|
|
|
|
# Policy for sysstat. Reports on various system states
|
|
|
|
#
|
|
|
|
sysstat = base
|
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: comsat
|
|
|
|
#
|
|
|
|
# Comsat, a biff server.
|
|
|
|
#
|
|
|
|
comsat = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: squid
|
|
|
|
#
|
|
|
|
# Squid caching http proxy server
|
|
|
|
#
|
|
|
|
squid = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: zebra
|
|
|
|
#
|
|
|
|
# Zebra border gateway protocol network routing service
|
|
|
|
#
|
|
|
|
zebra = base
|
|
|
|
|
2005-12-10 05:19:29 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: xfs
|
|
|
|
#
|
|
|
|
# X Windows Font Server
|
|
|
|
#
|
|
|
|
xfs = base
|
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: ktalk
|
|
|
|
#
|
|
|
|
# KDE Talk daemon
|
|
|
|
#
|
|
|
|
ktalk = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: procmail
|
|
|
|
#
|
|
|
|
# Procmail mail delivery agent
|
|
|
|
#
|
|
|
|
procmail = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: lpd
|
|
|
|
#
|
|
|
|
# Line printer daemon
|
|
|
|
#
|
|
|
|
lpd = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: cyrus
|
|
|
|
#
|
|
|
|
# Cyrus is an IMAP service intended to be run on sealed servers
|
|
|
|
#
|
|
|
|
cyrus = base
|
|
|
|
|
2005-12-10 05:19:29 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: rdisc
|
|
|
|
#
|
|
|
|
# Network router discovery daemon
|
|
|
|
#
|
|
|
|
rdisc = base
|
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: services
|
2006-01-31 00:35:32 +00:00
|
|
|
# Module: xserver
|
2005-11-21 21:49:31 +00:00
|
|
|
#
|
|
|
|
# X windows login display manager
|
|
|
|
#
|
2006-01-31 00:35:32 +00:00
|
|
|
xserver = base
|
2005-11-21 21:49:31 +00:00
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: nscd
|
|
|
|
#
|
|
|
|
# Name service cache daemon
|
|
|
|
#
|
|
|
|
nscd = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: ppp
|
|
|
|
#
|
|
|
|
# Point to Point Protocol daemon creates links in ppp networks
|
|
|
|
#
|
|
|
|
ppp = base
|
|
|
|
|
2006-01-06 01:04:12 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: smartmon
|
|
|
|
#
|
|
|
|
# Smart disk monitoring daemon policy
|
|
|
|
#
|
2006-01-24 15:41:46 +00:00
|
|
|
smartmon = off
|
2006-01-06 01:04:12 +00:00
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: ftp
|
|
|
|
#
|
|
|
|
# File transfer protocol service
|
|
|
|
#
|
|
|
|
ftp = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: gpm
|
|
|
|
#
|
|
|
|
# General Purpose Mouse driver
|
|
|
|
#
|
2005-12-10 05:19:29 +00:00
|
|
|
gpm = base
|
2005-11-21 21:49:31 +00:00
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: mta
|
|
|
|
#
|
|
|
|
# Policy common to all email tranfer agents.
|
|
|
|
#
|
|
|
|
mta = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: postfix
|
|
|
|
#
|
|
|
|
# Postfix email server
|
|
|
|
#
|
|
|
|
postfix = base
|
|
|
|
|
2005-12-10 05:19:29 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: fetchmail
|
|
|
|
#
|
|
|
|
# Remote-mail retrieval and forwarding utility
|
|
|
|
#
|
|
|
|
fetchmail = base
|
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: ntp
|
|
|
|
#
|
|
|
|
# Network time protocol daemon
|
|
|
|
#
|
|
|
|
ntp = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: bluetooth
|
|
|
|
#
|
|
|
|
# Bluetooth tools and system services.
|
|
|
|
#
|
|
|
|
bluetooth = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: hal
|
|
|
|
#
|
|
|
|
# Hardware abstraction layer
|
|
|
|
#
|
|
|
|
hal = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: avahi
|
|
|
|
#
|
|
|
|
# mDNS/DNS-SD daemon implementing Apple ZeroConf architecture
|
|
|
|
#
|
|
|
|
avahi = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: rpc
|
|
|
|
#
|
|
|
|
# Remote Procedure Call Daemon for managment of network based process communication
|
|
|
|
#
|
|
|
|
rpc = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: apache
|
|
|
|
#
|
|
|
|
# Apache web server
|
|
|
|
#
|
|
|
|
apache = base
|
|
|
|
|
2006-01-06 01:04:12 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: slrnpull
|
|
|
|
#
|
|
|
|
# Service for downloading news feeds the slrn newsreader.
|
|
|
|
#
|
2006-01-24 15:41:46 +00:00
|
|
|
slrnpull = off
|
2006-01-06 01:04:12 +00:00
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: rsync
|
|
|
|
#
|
|
|
|
# Fast incremental file transfer for synchronization
|
|
|
|
#
|
|
|
|
rsync = base
|
|
|
|
|
2005-12-10 05:19:29 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: automount
|
|
|
|
#
|
|
|
|
# Filesystem automounter service.
|
|
|
|
#
|
|
|
|
automount = base
|
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: kerberos
|
|
|
|
#
|
|
|
|
# MIT Kerberos admin and KDC
|
|
|
|
#
|
|
|
|
kerberos = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: dhcp
|
|
|
|
#
|
|
|
|
# Dynamic host configuration protocol (DHCP) server
|
|
|
|
#
|
|
|
|
dhcp = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: ssh
|
|
|
|
#
|
|
|
|
# Secure shell client and server policy.
|
|
|
|
#
|
|
|
|
ssh = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: inetd
|
|
|
|
#
|
|
|
|
# Internet services daemon.
|
|
|
|
#
|
|
|
|
inetd = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: mysql
|
|
|
|
#
|
|
|
|
# Policy for MySQL
|
|
|
|
#
|
|
|
|
mysql = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: dictd
|
|
|
|
#
|
|
|
|
# Dictionary daemon
|
|
|
|
#
|
|
|
|
dictd = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: finger
|
|
|
|
#
|
|
|
|
# Finger user information service.
|
|
|
|
#
|
|
|
|
finger = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: radius
|
|
|
|
#
|
|
|
|
# RADIUS authentication and accounting server.
|
|
|
|
#
|
|
|
|
radius = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: spamassassin
|
|
|
|
#
|
|
|
|
# Filter used for removing unsolicited email.
|
|
|
|
#
|
|
|
|
spamassassin = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: radvd
|
|
|
|
#
|
|
|
|
# IPv6 router advertisement daemon
|
|
|
|
#
|
|
|
|
radvd = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: apm
|
|
|
|
#
|
|
|
|
# Advanced power management daemon
|
|
|
|
#
|
|
|
|
apm = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: tcpd
|
|
|
|
#
|
|
|
|
# Policy for TCP daemon.
|
|
|
|
#
|
2005-12-10 05:19:29 +00:00
|
|
|
tcpd = base
|
2005-11-21 21:49:31 +00:00
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: stunnel
|
|
|
|
#
|
|
|
|
# SSL Tunneling Proxy
|
|
|
|
#
|
|
|
|
stunnel = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: privoxy
|
|
|
|
#
|
|
|
|
# Privacy enhancing web proxy.
|
|
|
|
#
|
|
|
|
privoxy = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: cvs
|
|
|
|
#
|
|
|
|
# Concurrent versions system
|
|
|
|
#
|
|
|
|
cvs = base
|
|
|
|
|
|
|
|
# Layer: services
|
|
|
|
# Module: rlogin
|
|
|
|
#
|
|
|
|
# Remote login daemon
|
|
|
|
#
|
|
|
|
rlogin = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: fstools
|
|
|
|
#
|
|
|
|
# Tools for filesystem management, such as mkfs and fsck.
|
|
|
|
#
|
|
|
|
fstools = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: logging
|
|
|
|
#
|
|
|
|
# Policy for the kernel message logger and system logging daemon.
|
|
|
|
#
|
|
|
|
logging = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: hostname
|
|
|
|
#
|
|
|
|
# Policy for changing the system host name.
|
|
|
|
#
|
2005-12-22 22:35:01 +00:00
|
|
|
hostname = base
|
2005-11-21 21:49:31 +00:00
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: getty
|
|
|
|
#
|
|
|
|
# Policy for getty.
|
|
|
|
#
|
|
|
|
getty = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: lvm
|
|
|
|
#
|
|
|
|
# Policy for logical volume management programs.
|
|
|
|
#
|
|
|
|
lvm = off
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: sysnetwork
|
|
|
|
#
|
|
|
|
# Policy for network configuration: ifconfig and dhcp client.
|
|
|
|
#
|
|
|
|
sysnetwork = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: init
|
|
|
|
#
|
|
|
|
# System initialization programs (init and init scripts).
|
|
|
|
#
|
|
|
|
init = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: selinuxutil
|
|
|
|
#
|
|
|
|
# Policy for SELinux policy and userland applications.
|
|
|
|
#
|
|
|
|
selinuxutil = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: udev
|
|
|
|
#
|
|
|
|
# Policy for udev.
|
|
|
|
#
|
|
|
|
udev = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: pcmcia
|
|
|
|
#
|
|
|
|
# PCMCIA card management services
|
|
|
|
#
|
|
|
|
pcmcia = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: authlogin
|
|
|
|
#
|
|
|
|
# Common policy for authentication and user login.
|
|
|
|
#
|
|
|
|
authlogin = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: libraries
|
|
|
|
#
|
|
|
|
# Policy for system libraries.
|
|
|
|
#
|
|
|
|
libraries = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: raid
|
|
|
|
#
|
|
|
|
# RAID array management tools
|
|
|
|
#
|
|
|
|
raid = off
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: userdomain
|
|
|
|
#
|
|
|
|
# Policy for user domains
|
|
|
|
#
|
|
|
|
userdomain = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: modutils
|
|
|
|
#
|
|
|
|
# Policy for kernel module utilities
|
|
|
|
#
|
|
|
|
modutils = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: hotplug
|
|
|
|
#
|
|
|
|
# Policy for hotplug system, for supporting the
|
|
|
|
# connection and disconnection of devices at runtime.
|
|
|
|
#
|
|
|
|
hotplug = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: clock
|
|
|
|
#
|
|
|
|
# Policy for reading and setting the hardware clock.
|
|
|
|
#
|
|
|
|
clock = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: locallogin
|
|
|
|
#
|
|
|
|
# Policy for local logins.
|
|
|
|
#
|
|
|
|
locallogin = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: iptables
|
|
|
|
#
|
|
|
|
# Policy for iptables.
|
|
|
|
#
|
|
|
|
iptables = off
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: mount
|
|
|
|
#
|
|
|
|
# Policy for mount.
|
|
|
|
#
|
|
|
|
mount = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: unconfined
|
|
|
|
#
|
|
|
|
# The unconfined domain.
|
|
|
|
#
|
|
|
|
unconfined = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: miscfiles
|
|
|
|
#
|
|
|
|
# Miscelaneous files.
|
|
|
|
#
|
|
|
|
miscfiles = base
|
|
|
|
|
|
|
|
# Layer: system
|
|
|
|
# Module: ipsec
|
|
|
|
#
|
|
|
|
# TCP/IP encryption
|
|
|
|
#
|
|
|
|
ipsec = off
|
|
|
|
|
2005-12-30 16:08:00 +00:00
|
|
|
|
2005-12-15 03:31:43 +00:00
|
|
|
# Layer: apps
|
|
|
|
# Module: java
|
|
|
|
#
|
|
|
|
# java executable
|
|
|
|
#
|
|
|
|
java = base
|
|
|
|
|
2005-12-30 16:08:00 +00:00
|
|
|
# Layer: services
|
|
|
|
# Module: logwatch
|
|
|
|
#
|
|
|
|
# logwatch executable
|
|
|
|
#
|
|
|
|
logwatch = base
|
2006-01-09 20:20:08 +00:00
|
|
|
|
|
|
|
# Layer: apps
|
|
|
|
# Module: wine
|
|
|
|
#
|
|
|
|
# wine executable
|
|
|
|
#
|
|
|
|
wine = base
|
|
|
|
|
2006-01-19 19:10:47 +00:00
|
|
|
# Layer: apps
|
|
|
|
# Module: mono
|
|
|
|
#
|
|
|
|
# mono executable
|
|
|
|
#
|
|
|
|
mono = base
|
|
|
|
|