PATH:
usr
/
sbin
#!/opt/cloudlinux/venv/bin/python3 -sbb # -*- coding: utf-8 -*- # cloudlinux-selector Utility to check Cloudlinux license # # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2022 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT from __future__ import print_function from __future__ import division from __future__ import absolute_import import sys from clselector.cl_selector import CloudlinuxSelector def main(argv): """ Main run function """ cll = CloudlinuxSelector() return cll.run(argv) if __name__ == "__main__": sys.exit(main(sys.argv[1:]))
[+]
..
[-] safe_finger
[edit]
[-] tcpd
[edit]
[-] tcpdmatch
[edit]
[-] try-from
[edit]
[-] cracklib-check
[edit]
[-] cracklib-format
[edit]
[-] cracklib-packer
[edit]
[-] cracklib-unpacker
[edit]
[-] create-cracklib-dict
[edit]
[-] ip
[edit]
[-] tmpwatch
[edit]
[-] sendmail
[edit]
[-] exim
[edit]
[-] chroot
[edit]
[-] sasldblistusers2
[edit]
[-] saslpasswd2
[edit]
[-] pluginviewer
[edit]
[-] saslauthd
[edit]
[-] testsaslauthd
[edit]
[-] cloudlinux-selector
[edit]
[-] consoletype
[edit]
[-] proxyexec
[edit]
[-] faillock
[edit]
[-] mkhomedir_helper
[edit]
[-] pam_console_apply
[edit]
[-] pam_tally2
[edit]
[-] pam_timestamp_check
[edit]
[-] pwhistory_helper
[edit]
[-] unix_chkpwd
[edit]
[-] unix_update
[edit]
[-] ldconfig
[edit]