File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1984,7 +1984,7 @@ static struct ctl_table fs_table[] = {
1984
1984
.data = & security_tpe ,
1985
1985
.maxlen = sizeof (int ),
1986
1986
.mode = 0644 ,
1987
- .proc_handler = proc_dointvec ,
1987
+ .proc_handler = proc_dointvec_minmax_sysadmin ,
1988
1988
.extra1 = SYSCTL_ZERO ,
1989
1989
.extra2 = SYSCTL_ONE ,
1990
1990
},
@@ -1993,7 +1993,7 @@ static struct ctl_table fs_table[] = {
1993
1993
.data = & security_tpe_all ,
1994
1994
.maxlen = sizeof (int ),
1995
1995
.mode = 0644 ,
1996
- .proc_handler = proc_dointvec ,
1996
+ .proc_handler = proc_dointvec_minmax_sysadmin ,
1997
1997
.extra1 = SYSCTL_ZERO ,
1998
1998
.extra2 = SYSCTL_ONE ,
1999
1999
},
@@ -2002,7 +2002,7 @@ static struct ctl_table fs_table[] = {
2002
2002
.data = & security_tpe_invert ,
2003
2003
.maxlen = sizeof (int ),
2004
2004
.mode = 0644 ,
2005
- .proc_handler = proc_dointvec ,
2005
+ .proc_handler = proc_dointvec_minmax_sysadmin ,
2006
2006
.extra1 = SYSCTL_ZERO ,
2007
2007
.extra2 = SYSCTL_ONE ,
2008
2008
},
You can’t perform that action at this time.
0 commit comments