Re: [RFC] remove CONFIG_SECURITY_FILE_CAPABILITIES compile option

From: Serge E. Hallyn
Date: Fri Nov 20 2009 - 15:26:55 EST


Quoting Serge E. Hallyn (serue@xxxxxxxxxx):
> @@ -457,10 +429,8 @@ static inline int get_file_caps(struct linux_binprm *bprm, bool *effective)
> */
> static inline int cap_limit_ptraced_target(void)
> {
> -#ifndef CONFIG_SECURITY_FILE_CAPABILITIES
> if (capable(CAP_SETPCAP))
> return 0;
> -#endif

Gah. Will fix, of course, but general question/rfc still stands.

-serge
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/