Home
last modified time | relevance | path

Searched refs:vsftpd (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/curl/tests/http/
H A Dtest_30_vsftpd.py44 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 Dconfig.ini.in39 [vsftpd] section
40 vsftpd = @VSFTPD@ key
H A DCMakeLists.txt31 find_program(VSFTPD "vsftpd") # /usr/sbin/vsftpd
H A Dtest_31_vsftpds.py253 def check_upload(self, env, vsftpd: VsFTPD, docname):
255 dstfile = os.path.join(vsftpd.docs_dir, docname)
H A DMakefile.am38 testenv/vsftpd.py \
/aosp_15_r20/external/ltp/testcases/network/stress/ftp/
H A Dftp-download-stress.sh38 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 Dftp-upload-stress.sh38 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 Denv.py192 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__.py38 from .vsftpd import VsFTPD
H A Dvsftpd.py45 self._cmd = env.vsftpd
/aosp_15_r20/external/selinux/python/audit2allow/
H A Dtest.log10 …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 DREADME.md36 * In `/etc/ftpusers` (or `/etc/vsftpd.ftpusers`), comment the line containing
/aosp_15_r20/external/curl/.github/scripts/
H A Dspellcheck.words924 vsftpd
/aosp_15_r20/external/curl/
H A Dconfigure.ac324 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 DRELEASE-NOTES223 o tests: capture stdin to get the vsftpd version number [165]
H A Dconfigure2146 --with-test-vsftpd=PATH where to find vsftpd for testing
6968 VSFTPD=/usr/sbin/vsftpd