diff -puN kernel/configs.c~proc-privacy-1 kernel/configs.c --- linux-2.6.11/kernel/configs.c~proc-privacy-1 2005-04-17 18:04:39.281600856 +0200 +++ linux-2.6.11-lorenzo/kernel/configs.c 2005-04-17 18:05:33.478361696 +0200 @@ -89,7 +89,7 @@ static int __init ikconfig_init(void) struct proc_dir_entry *entry; /* create the current config file */ - entry = create_proc_entry("config.gz", S_IFREG | S_IRUGO, + entry = create_proc_entry("config.gz", S_IFREG | S_IRUSR, &proc_root); if (!entry) return -ENOMEM;