#!/bin/bash

# Priviled accounts: Add any accounts that must exist on the system
# Note this var does not contain root
SYS_ACCT="daemon ident bin sys adm smtp uucp nuucp listen lpd lp ingres oracle
oracle7 oracle8 oracle9 oracle9i informix news nobody nobody4 noaccess sybase
tivoli www ftp tftp hpdb sshd invscout gccs secm an sysadmin install staff COE
tracker predmail snmp inews smmsp sm spmadmin share BIF GCCS JDISS SA SSO SM
ftp gccsrv gtnsmint irc Imadmin imadmin netadmin oradba halt mail rpm vcsa nscd
rpc rpcuser mailnull pcap xfs ntp gdm sync shutdown halt operator gopher
nfsnobody dbus haldaemon netdump webalizer pvm mysql mailman dovecot cyrus
amanda pegasus HPSMH hpsmh webadmind webadmin webservd avahi beagleidx hsqldb
postfix hacluster named canna wnn fax quagga htt suse-ncc wwwrun"

# Privileged groups
PRIV_GRP="^adm:|^sysadmin:|^admin:|^install:|^staff:|^daemon:|^lp:|^root:|^other:"

export SYS_ACCT PRIV_GRP
