Home
last modified time | relevance | path

Searched refs:chroot (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/external/oss-fuzz/infra/base-images/base-runner/
Drun_minijail18 rm -rf /tmp/chroot
19 mkdir /tmp/chroot
21 mkdir /tmp/chroot/lib
22 mkdir /tmp/chroot/lib64
23 mkdir /tmp/chroot/lib32
25 mkdir /tmp/chroot/usr
26 mkdir /tmp/chroot/usr/lib
27 mkdir /tmp/chroot/usr/lib32
29 mkdir /tmp/chroot/dev
30 mknod -m 666 /tmp/chroot/dev/null c 1 3
[all …]
/external/autotest/client/cros/
Dvpn_server.py173 chroot = self._chroot
174 chroot.add_root_directories(self.ROOT_DIRECTORIES)
175 chroot.add_config_templates(self.IPSEC_COMMON_CONFIGS)
176 chroot.add_config_templates(self.IPSEC_TYPED_CONFIGS[self._auth_type])
177 chroot.add_config_values({
188 chroot.add_startup_command('%s start' % self.IPSEC_COMMAND)
189 chroot.add_startup_command('%s -c /%s -C /tmp/l2tpd.control' %
192 chroot.startup()
197 chroot = self._chroot
198 chroot.run([self.IPSEC_COMMAND, 'stop'], ignore_status=True)
[all …]
/external/autotest/client/cros/cellular/
Dnet_interface.py48 self.chroot = network_chroot.NetworkChroot(self.PEER_IFACE_NAME,
51 self.chroot.add_config_templates(self.NETWORK_CHROOT_CONFIG)
52 self.chroot.add_startup_command(
54 self.chroot.add_startup_command(
57 self.chroot.add_startup_command(self._dnsmasq_command)
59 self.chroot.add_startup_command(self._test_endpoint_command)
89 self.chroot.run(cmd)
122 self.chroot.startup()
133 self.chroot.shutdown()
/external/libiio/src/CI/travis/
Dsetup_qemu_for_arm.sh14 CHROOT_DIR=/tmp/arm-chroot
58 sudo chroot ${CHROOT_DIR} ./debootstrap/debootstrap --second-stage
68 sudo chroot ${CHROOT_DIR} dpkg --add-architecture ${CHROOT_ARCH}
69 sudo chroot ${CHROOT_DIR} dpkg --remove-architecture amd64
70 sudo chroot ${CHROOT_DIR} apt-get update
71 sudo chroot ${CHROOT_DIR} apt-get --allow-unauthenticated install -qq -y locales
72 sudo chroot ${CHROOT_DIR} locale
73 sudo chroot ${CHROOT_DIR} bash -c "echo en_US.UTF-8 UTF-8 > /etc/locale.gen"
74 sudo chroot ${CHROOT_DIR} locale-gen
76 sudo chroot ${CHROOT_DIR} apt-get --allow-unauthenticated install -qq -y build-essential git m4 sud…
[all …]
Dmake_linux_qemu4 CHROOT_DIR=/tmp/arm-chroot
6 sudo chroot ${CHROOT_DIR} bash -c "cd ${TRAVIS_BUILD_DIR} && ./CI/travis/make_linux libiio"
7 sudo chroot ${CHROOT_DIR} bash -c ". ${TRAVIS_BUILD_DIR}/CI/travis/lib.sh && get_ldist > ${TRAVIS_B…
/external/clang/test/Analysis/
Dchroot.c3 extern int chroot(const char* path);
10 chroot("/usr/local"); // root changed. in f1()
15 chroot("/usr/local"); // root changed. in f2()
21 chroot("/usr/local"); // root changed. in f3()
/external/minijail/
Dminijail0_cli.c378 static void use_chroot(struct minijail *j, const char *path, int *chroot, in use_chroot() argument
390 *chroot = 1; in use_chroot()
394 int *pivot_root, int chroot) in use_pivot_root() argument
396 if (chroot) { in use_pivot_root()
410 int *pivot_root, int chroot, size_t *tmp_size) in use_profile() argument
437 use_pivot_root(j, DEFAULT_PIVOT_ROOT, pivot_root, chroot); in use_profile()
625 int chroot = 0, pivot_root = 0; in parse_args() local
722 use_chroot(j, optarg, &chroot, pivot_root); in parse_args()
736 use_pivot_root(j, optarg, &pivot_root, chroot); in parse_args()
890 use_profile(j, optarg, &pivot_root, chroot, &tmp_size); in parse_args()
[all …]
/external/libcap/progs/
Dquicktest.sh151 pass_capsh --chroot=$(/bin/pwd)
152 pass_capsh --chroot=$(/bin/pwd) ==
153 fail_capsh --chroot=$(/bin/pwd) -- -c "echo oops"
/external/toolchain-utils/crosperf/
Dcompare_machines.py44 chroot = options.chromeos_root
48 cm = CrosMachine(m, chroot, 'average')
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dcontrol83 To start your own devserver, run this (outside the chroot):
103 your chroot so that you can ssh into a devserver from there.
130 Finally and most importantly, copy the ssh files to your chroot's .ssh
132 cp -a ~/.ssh/. ~/chromiumos/chroot/home/${USER}/.ssh/
135 Your .boto file must be available inside the chroot.
136 cp ~/.boto chroot/home/<user>/
138 Make sure the gsutil command is available outside the chroot (note:
141 6. Kick off the test with test_that from a chroot. e.g
/external/openssh/
DREADME.privsep12 chroot(2) to "/var/empty" and change its privileges to the "sshd" user
29 privsep user and chroot directory:
31 --with-privsep-path=xxx Path for privilege separation chroot
Dbuildpkg.sh.in370 chroot="chroot \${PKG_INSTALL_ROOT}"
375 chroot=echo
407 \$chroot ${PATH_GROUPADD_PROG} \$sshdgid \$SSH_PRIVSEP_GROUP
420 …\$chroot ${PATH_USERADD_PROG} -c 'SSHD PrivSep User' -s /bin/false -g $SSH_PRIVSEP_USER \$sshduid …
421 \$chroot ${PATH_PASSWD_PROG} -l $SSH_PRIVSEP_USER
/external/autotest/contrib/
Dservo-stat19 PYTHON=$(readlink -f $REPO/chroot/usr/bin/python2.7)
20 HDCTOOLS=$(readlink -f $REPO/chroot/usr/lib/python2.7/site-packages/servo)
/external/crosvm/docker/
DREADME.md10 Ordinarily, crosvm is built using the standard `cargo build` command inside of a Chrome OS chroot.
11 The chroot requirement is there because of various path dependencies in the crosvm `Cargo.toml` are
20 To support building crosvm outside of a Chrome OS chroot, this modules contains a `Dockerfile` that
/external/toolchain-utils/deprecated/
Dweekly_report.py214 chroot = os.path.join(startdir, d, 'chromeos')
215 if os.path.exists(chroot) and os.path.exists(exp_file):
216 chromeos_root = chroot
/external/adeb/
Dbuildstrap25 chroot $OUT_TMP rm /bin/sh || true
26 chroot $OUT_TMP ln -s /bin/bash /bin/sh || true
/external/autotest/docs/
Dfaft-how-to-run-doc.md57 - A test controller (your host workstation with a working chroot environment)
93 - A test controller (your host workstation with a working chroot environment)
136 - Run the following commands on chroot one after the other:
172 servod process for communicating with the servo board. Before running any tests, go into chroot:
174 1. (chroot 1) Run `$ sudo servod --board=$BOARD --no-ns-pid` where `$BOARD` is the code name of th…
175 1. Go into a second chroot
176 1. (chroot 2) Run the `firmware_FAFTSetup` test to verify basic functionality and ensure that your…
181 a few hours, run the following from chroot:
249 - A: Run `sudo emerge chromeos-ec` inside your chroot.
/external/kmod/testsuite/rootfs-pristine/test-rootfs/lib/modules/
Da1 kmod-test-chroot-works
/external/adeb/addons/
Drun7 chroot debian/ /bin/bash
Drun-command10 chroot debian /bin/bash --rcfile '.bashrc.silent' -i -c "$CMD"
/external/toybox/toys/other/
Dchroot.c27 if (chdir(*toys.optargs) || chroot(".")) { in chroot_main()
/external/autotest/utils/
Dunittest_suite.py225 chroot = is_inside_chroot()
228 if not chroot and module_names[-1] in REQUIRES_CHROOT:
/external/vboot_reference/tests/
Dtest_using_qemu.sh27 sudo chroot ${SYSROOT} ${QEMU_RUN} -drop-ld-preload \
/external/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_filesystem_test.c523 if (chroot("/tmp/mount/") == 0) in main()
536 if (chroot("/tmp/mount/") == EOF && errno == EPERM) in main()
551 if (chroot("/tmp/mount/") == 0) in main()
/external/openssh/regress/
Dsftp-chroot.sh15 if ! $OBJ/check-perm -m chroot "$CHROOT" ; then

12345678910>>...12