patch-2.1.92 linux/kernel/sched.c

Next file: linux/kernel/sysctl.c
Previous file: linux/kernel/printk.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.91/linux/kernel/sched.c linux/kernel/sched.c
@@ -47,7 +47,7 @@
  * kernel variables
  */
 
-int securelevel = 0;			/* system security level */
+unsigned securebits = SECUREBITS_DEFAULT; /* systemwide security settings */
 
 long tick = (1000000 + HZ/2) / HZ;	/* timer interrupt period */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov