Lines Matching refs:pdie
460 pdie("failed to open namespace '%s'", ns_path); in minijail_namespace_enter_vfs()
533 pdie("failed to open namespace '%s'", ns_path); in minijail_namespace_enter_net()
1006 pdie("failed to open seccomp filter file '%s'", path); in minijail_parse_seccomp_filters()
1026 pdie("failed to associate stream with fd %d", fd); in minijail_parse_seccomp_filters_from_fd()
1030 pdie("failed to create path for fd %d", fd); in minijail_parse_seccomp_filters_from_fd()
1393 pdie("could not create temp path for /dev"); in mount_dev()
1554 pdie("mount_dev failed"); in process_mounts_or_die()
1562 pdie("mount_one failed"); in process_mounts_or_die()
1570 pdie("mount_dev_finalize failed"); in process_mounts_or_die()
1598 pdie("failed to open / for fchdir"); in enter_pivot_root()
1601 pdie("failed to open %s for fchdir", j->chrootdir); in enter_pivot_root()
1608 pdie("failed to bind mount '%s'", j->chrootdir); in enter_pivot_root()
1612 pdie("pivot_root"); in enter_pivot_root()
1619 pdie("failed to fchdir to old /"); in enter_pivot_root()
1631 pdie("failed to mount(/, private) before umount(/)"); in enter_pivot_root()
1634 pdie("umount(/)"); in enter_pivot_root()
1661 pdie("tmpfs size spec error"); in mount_tmp()
1663 pdie("tmpfs size spec too large"); in mount_tmp()
1755 pdie("user_namespaces: setresgid(%d, %d, %d) failed", gid, gid, in enter_user_namespace()
1759 pdie("user_namespaces: setresuid(%d, %d, %d) failed", uid, uid, in enter_user_namespace()
1796 pdie("initgroups(%s, %d) failed", j->user, j->usergid); in drop_ugid()
1799 pdie("setgroups(suppl_gids) failed"); in drop_ugid()
1808 pdie("setgroups(0, NULL) failed"); in drop_ugid()
1812 pdie("setresgid(%d, %d, %d) failed", j->gid, j->gid, j->gid); in drop_ugid()
1815 pdie("setresuid(%d, %d, %d) failed", j->uid, j->uid, j->uid); in drop_ugid()
1826 pdie("could not drop capability from bounding set"); in drop_capbset()
1904 pdie("ambient capabilities not supported"); in drop_caps()
1908 pdie("can't clear ambient capabilities"); in drop_caps()
1917 pdie("prctl(PR_CAP_AMBIENT, " in drop_caps()
1935 pdie("prctl(PR_SET_NO_NEW_PRIVS)"); in set_seccomp_filter()
1960 pdie("failed to install SIGSYS handler"); in set_seccomp_filter()
1969 pdie("failed to reset SIGSYS disposition"); in set_seccomp_filter()
1981 pdie("seccomp(tsync) failed"); in set_seccomp_filter()
1986 pdie("prctl(seccomp_filter) failed"); in set_seccomp_filter()
2058 pdie("%s hook (index %d) failed", in run_hooks_or_die()
2091 pdie("setns(CLONE_NEWNS) failed"); in minijail_enter()
2097 pdie("unshare(CLONE_NEWNS) failed"); in minijail_enter()
2106 pdie("mount(NULL, /, NULL, MS_REC | MS_PRIVATE," in minijail_enter()
2112 pdie("unshare(CLONE_NEWIPC) failed"); in minijail_enter()
2117 pdie("unshare(CLONE_NEWUTS) failed"); in minijail_enter()
2120 pdie("sethostname(%s) failed", j->hostname); in minijail_enter()
2125 pdie("setns(CLONE_NEWNET) failed"); in minijail_enter()
2129 pdie("unshare(CLONE_NEWNET) failed"); in minijail_enter()
2134 pdie("unshare(CLONE_NEWCGROUP) failed"); in minijail_enter()
2138 pdie("keyctl(KEYCTL_JOIN_SESSION_KEYRING) failed"); in minijail_enter()
2145 pdie("chroot"); in minijail_enter()
2148 pdie("pivot_root"); in minijail_enter()
2151 pdie("mount_tmp"); in minijail_enter()
2154 pdie("remount"); in minijail_enter()
2180 pdie("locking securebits failed"); in minijail_enter()
2212 pdie("prctl(PR_ALT_SYSCALL) failed"); in minijail_enter()
2224 pdie("prctl(PR_SET_SECCOMP) failed"); in minijail_enter()
2835 pdie("sigemptyset failed"); in minijail_run_internal()
2837 pdie("sigprocmask failed"); in minijail_run_internal()
2849 pdie("failed to reset signal %d disposition", in minijail_run_internal()
2943 pdie("setsid() failed"); in minijail_run_internal()