Searched refs:vsftpd (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/curl/tests/http/ |
H A D | test_30_vsftpd.py | 44 def vsftpd(self, env): member in TestVsFTPD 45 vsftpd = VsFTPD(env=env) 46 assert vsftpd.start() 47 yield vsftpd 48 vsftpd.stop() 61 def _class_scope(self, env, vsftpd): argument 62 if os.path.exists(vsftpd.docs_dir): 63 shutil.rmtree(vsftpd.docs_dir) 64 if not os.path.exists(vsftpd.docs_dir): 65 os.makedirs(vsftpd.docs_dir) [all …]
|
H A D | config.ini.in | 39 [vsftpd] section 40 vsftpd = @VSFTPD@ key
|
H A D | CMakeLists.txt | 31 find_program(VSFTPD "vsftpd") # /usr/sbin/vsftpd
|
H A D | test_31_vsftpds.py | 253 def check_upload(self, env, vsftpd: VsFTPD, docname): 255 dstfile = os.path.join(vsftpd.docs_dir, docname)
|
H A D | Makefile.am | 38 testenv/vsftpd.py \
|
/aosp_15_r20/external/ltp/testcases/network/stress/ftp/ |
H A D | ftp-download-stress.sh | 38 pkill vsftpd 44 tst_require_cmds pkill vsftpd 55 pkill vsftpd 56 touch vsftpd.conf 61 vsftpd $ip_opt -oanonymous_enable=YES vsftpd.conf
|
H A D | ftp-upload-stress.sh | 38 pkill vsftpd 44 tst_require_cmds pkill vsftpd 67 pkill vsftpd 68 touch vsftpd.conf 75 vsftpd $ip_opt $upload_opt -oanonymous_enable=YES vsftpd.conf
|
/aosp_15_r20/external/curl/tests/http/testenv/ |
H A D | env.py | 192 self.vsftpd = self.config['vsftpd']['vsftpd'] 194 if self.vsftpd is not None: 197 p = subprocess.run(args=[self.vsftpd, '-v'], 201 self.vsftpd = None 220 self.vsftpd = None 414 return Env.CONFIG.vsftpd is not None 558 def vsftpd(self) -> str: member in Env 559 return self.CONFIG.vsftpd
|
H A D | __init__.py | 38 from .vsftpd import VsFTPD
|
H A D | vsftpd.py | 45 self._cmd = env.vsftpd
|
/aosp_15_r20/external/selinux/python/audit2allow/ |
H A D | test.log | 10 …67 fsuid=3267 egid=3267 sgid=3267 fsgid=3267 tty=(none) comm="vsftpd" exe="/usr/sbin/vsftpd" subj=… 11 …audit(1166023021.373:910): avc: denied { search } for pid=24427 comm="vsftpd" name="home" dev=d… 27 …67 fsuid=3267 egid=3267 sgid=3267 fsgid=3267 tty=(none) comm="vsftpd" exe="/usr/sbin/vsftpd" subj=… 28 …audit(1166027294.395:952): avc: denied { getattr } for pid=7236 comm="vsftpd" name="public_html…
|
/aosp_15_r20/external/ltp/testcases/network/ |
H A D | README.md | 36 * In `/etc/ftpusers` (or `/etc/vsftpd.ftpusers`), comment the line containing
|
/aosp_15_r20/external/curl/.github/scripts/ |
H A D | spellcheck.words | 924 vsftpd
|
/aosp_15_r20/external/curl/ |
H A D | configure.ac | 324 VSFTPD=/usr/sbin/vsftpd 325 AC_ARG_WITH(test-vsftpd,dnl 326 AS_HELP_STRING([--with-test-vsftpd=PATH],[where to find vsftpd for testing]),
|
H A D | RELEASE-NOTES | 223 o tests: capture stdin to get the vsftpd version number [165]
|
H A D | configure | 2146 --with-test-vsftpd=PATH where to find vsftpd for testing 6968 VSFTPD=/usr/sbin/vsftpd
|