Searched refs:chroot (Results 1 – 17 of 17) sorted by relevance
85 sudo chroot $image_name.dir locale-gen en_US.UTF-887 sudo chroot $image_name.dir sed -i \90 sudo chroot $image_name.dir sed -i '$ a\nameserver 8.8.8.8' /etc/resolv.conf92 sudo chroot $image_name.dir apt update93 sudo chroot $image_name.dir apt -y install ssh bash-completion94 sudo chroot $image_name.dir adduser --gecos "" $USER95 sudo chroot $image_name.dir adduser $USER sudo
3 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()
4 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.dir/chroot.o5 # RUN: ld.lld --chroot %t.dir -o %t.exe /chroot.o8 # RUN: ld.lld --chroot %t.dir -o %t.exe /scr
46 # RSP3: --chroot .
21 if (chroot("/tmp")) { in main()
9 ## syslibroot. `chroot` would do the job but isn't cross-platform, so I've used
111 llvm::StringRef chroot; member
118 // --chroot doesn't have a help text because it is an internal option.119 def chroot: Separate<["--"], "chroot">;
105 if (!config->chroot.empty() && path.startswith("/")) in readFile()106 path = saver().save(config->chroot + path); in readFile()
1049 config->chroot = args.getLastArgValue(OPT_chroot); in readConfigs()
2512 Check improper use of chroot.2519 chroot("/usr/local");2520 f(); // warn: no call of chdir("/") immediately after chroot
519 qemu and chroot to simulate the target environment. Then you can install the
1258 PRE_SYSCALL(chroot)(const void *filename) {1264 POST_SYSCALL(chroot)(long res, const void *filename) {}
730 PRE_SYSCALL(chroot)(void *path_) {736 POST_SYSCALL(chroot)(long long res, void *path_) {
261 // /proc is not always mounted under Linux (chroot for example).
562 HelpText<"Check improper use of chroot">,
1462 fun:chroot=uninstrumented