mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 20:47:07 +00:00
GPL v3 Release
This commit is contained in:
116
csf/csf.cwp.pignore
Normal file
116
csf/csf.cwp.pignore
Normal file
@@ -0,0 +1,116 @@
|
||||
###############################################################################
|
||||
# Copyright (C) 2006-2025 Jonathan Michaelson
|
||||
#
|
||||
# https://github.com/waytotheweb/scripts
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it under
|
||||
# the terms of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 3 of the License, or (at your option) any later
|
||||
# version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||
# details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# this program; if not, see <https://www.gnu.org/licenses>.
|
||||
###############################################################################
|
||||
# The following is a list of executables (exe) command lines (cmd) and
|
||||
# usernames (user) that lfd process tracking will ignore.
|
||||
#
|
||||
# You must use the following format:
|
||||
#
|
||||
# exe:/full/path/to/file
|
||||
# user:username
|
||||
# cmd:command line
|
||||
#
|
||||
# Or, perl regular expression matching (regex):
|
||||
#
|
||||
# pexe:/full/path/to/file as a perl regex[*]
|
||||
# puser:username as a perl regex[*]
|
||||
# pcmd:command line as a perl regex[*]
|
||||
#
|
||||
# [*]You must remember to escape characters correctly when using regex's, e.g.:
|
||||
# pexe:/home/.*/public_html/cgi-bin/script\.cgi
|
||||
# puser:bob\d.*
|
||||
# pcmd:/home/.*/command\s\to\smatch\s\.pl\s.*
|
||||
#
|
||||
# It is strongly recommended that you use command line ignores very carefully
|
||||
# as any process can change what is reported to the OS.
|
||||
#
|
||||
# For more information see readme.txt
|
||||
|
||||
exe:/bin/dbus-daemon
|
||||
exe:/sbin/ntpd
|
||||
exe:/usr/bin/dbus-daemon
|
||||
exe:/usr/bin/lsmd
|
||||
exe:/usr/lib/courier-imap/bin/imapd
|
||||
exe:/usr/lib/courier-imap/bin/pop3d
|
||||
exe:/usr/lib/polkit-1/polkitd
|
||||
exe:/usr/libexec/dovecot/imap
|
||||
exe:/usr/libexec/dovecot/imap
|
||||
exe:/usr/libexec/dovecot/pop3
|
||||
exe:/usr/libexec/dovecot/pop3
|
||||
exe:/usr/libexec/dovecot/stats
|
||||
exe:/usr/libexec/dovecot/auth
|
||||
exe:/usr/libexec/mysqld
|
||||
exe:/usr/local/apache/bin/httpd
|
||||
exe:/usr/local/libexec/dovecot/imap
|
||||
exe:/usr/local/libexec/dovecot/imap-login
|
||||
exe:/usr/local/libexec/dovecot/pop3
|
||||
exe:/usr/local/libexec/dovecot/pop3-login
|
||||
exe:/usr/local/libexec/dovecot/stats
|
||||
exe:/usr/sbin/chronyd
|
||||
exe:/usr/sbin/exim
|
||||
exe:/usr/sbin/exim4
|
||||
exe:/usr/sbin/named
|
||||
exe:/usr/sbin/nscd
|
||||
exe:/usr/sbin/ntpd
|
||||
exe:/usr/sbin/ntpd
|
||||
exe:/usr/sbin/proftpd
|
||||
exe:/usr/sbin/pure-ftpd
|
||||
exe:/usr/sbin/sshd
|
||||
exe:/usr/sbin/apache2
|
||||
exe:/usr/sbin/mysqld
|
||||
exe:/lib/systemd/systemd-timesyncd
|
||||
exe:/sbin/rngd
|
||||
|
||||
exe:/usr/sbin/clamd
|
||||
exe:/usr/sbin/opendkim
|
||||
exe:/usr/libexec/mysqld
|
||||
exe:/usr/sbin/mysqld
|
||||
exe:/usr/bin/postgres
|
||||
exe:/usr/bin/mongod
|
||||
exe:/usr/libexec/dovecot/anvil
|
||||
exe:/usr/libexec/dovecot/auth
|
||||
exe:/usr/libexec/dovecot/imap-login
|
||||
exe:/usr/libexec/dovecot/dict
|
||||
exe:/usr/libexec/dovecot/pop3-login
|
||||
exe:/usr/local/cwp/php71/sbin/php-fpm
|
||||
exe:/usr/libexec/postfix/tlsmgr
|
||||
exe:/usr/libexec/postfix/qmgr
|
||||
exe:/usr/libexec/postfix/pickup
|
||||
exe:/usr/libexec/postfix/smtpd
|
||||
exe:/usr/libexec/postfix/smtp
|
||||
exe:/usr/libexec/postfix/bounce
|
||||
exe:/usr/libexec/postfix/scache
|
||||
exe:/usr/libexec/postfix/anvil
|
||||
exe:/usr/libexec/postfix/cleanup
|
||||
exe:/usr/libexec/postfix/proxymap
|
||||
exe:/usr/libexec/postfix/trivial-rewrite
|
||||
exe:/usr/libexec/postfix/local
|
||||
exe:/usr/libexec/postfix/pipe
|
||||
exe:/usr/libexec/postfix/spawn
|
||||
exe:/usr/sbin/varnishd
|
||||
exe:/usr/sbin/nginx
|
||||
exe:/usr/sbin/mariadbd
|
||||
exe:/usr/bin/dbus-broker-launch
|
||||
exe:/usr/bin/dbus-broker
|
||||
|
||||
# Some additional entries that you might want to ignore on cPanel servers.
|
||||
# However, be aware of the security implications under "Process Tracking" in
|
||||
# the csf readme.txt when using these:
|
||||
#
|
||||
#cmd:spamd child
|
||||
#cmd:/bin/sh /usr/bin/mysqld_safe --basedir=/usr
|
||||
Reference in New Issue
Block a user