diff --git a/src/ostbuild/ostbuild-user-chroot.c b/src/ostbuild/ostbuild-user-chroot.c index c75654a5..6781b388 100644 --- a/src/ostbuild/ostbuild-user-chroot.c +++ b/src/ostbuild/ostbuild-user-chroot.c @@ -2,6 +2,11 @@ * * user-chroot: A setuid program that allows non-root users to safely chroot(2) * + * "safely": I believe that this program, when deployed as setuid on a + * typical "distribution" such as RHEL or Debian, does not, even when + * used in combination with typical software installed on that + * distribution, allow privilege escalation. + * * Copyright 2011 Colin Walters * * This program is free software; you can redistribute it and/or modify