Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37563483
en ru br
ALT Linux repositórios
S:6.1.55-alt1
5.0: 2.6.27-alt16
4.1: 2.6.25-alt8.M41.5

Group :: Sistema/Kernel e hardware
RPM: kernel-image-std-def

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: proc-iterrupts.patch
Download


 fs/proc/interrupts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/proc/interrupts.c b/fs/proc/interrupts.c
index cb0edc7cbf09..0deb8bbd71f2 100644
--- a/fs/proc/interrupts.c
+++ b/fs/proc/interrupts.c
@@ -36,7 +36,7 @@ static const struct seq_operations int_seq_ops = {
 
 static int __init proc_interrupts_init(void)
 {
-	proc_create_seq("interrupts", 0, NULL, &int_seq_ops);
+	proc_create_seq("interrupts", S_IRUSR, NULL, &int_seq_ops);
 	return 0;
 }
 fs_initcall(proc_interrupts_init);
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009