|
@@ -550,7 +550,7 @@ skip:
|
|
|
!cap_issubset(new->cap_permitted, old->cap_permitted)) &&
|
|
|
bprm->unsafe & ~LSM_UNSAFE_PTRACE_CAP) {
|
|
|
/* downgrade; they get no more than they had, and maybe less */
|
|
|
- if (!capable(CAP_SETUID) ||
|
|
|
+ if (!ns_capable(new->user_ns, CAP_SETUID) ||
|
|
|
(bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS)) {
|
|
|
new->euid = new->uid;
|
|
|
new->egid = new->gid;
|