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 @@ -2005,7 +2005,7 @@ static struct ctl_table fs_table[] = {
2005
2005
.data = & security_tpe ,
2006
2006
.maxlen = sizeof (int ),
2007
2007
.mode = 0644 ,
2008
- .proc_handler = proc_dointvec ,
2008
+ .proc_handler = proc_dointvec_minmax_sysadmin ,
2009
2009
.extra1 = SYSCTL_ZERO ,
2010
2010
.extra2 = SYSCTL_ONE ,
2011
2011
},
@@ -2014,7 +2014,7 @@ static struct ctl_table fs_table[] = {
2014
2014
.data = & security_tpe_all ,
2015
2015
.maxlen = sizeof (int ),
2016
2016
.mode = 0644 ,
2017
- .proc_handler = proc_dointvec ,
2017
+ .proc_handler = proc_dointvec_minmax_sysadmin ,
2018
2018
.extra1 = SYSCTL_ZERO ,
2019
2019
.extra2 = SYSCTL_ONE ,
2020
2020
},
@@ -2023,7 +2023,7 @@ static struct ctl_table fs_table[] = {
2023
2023
.data = & security_tpe_invert ,
2024
2024
.maxlen = sizeof (int ),
2025
2025
.mode = 0644 ,
2026
- .proc_handler = proc_dointvec ,
2026
+ .proc_handler = proc_dointvec_minmax_sysadmin ,
2027
2027
.extra1 = SYSCTL_ZERO ,
2028
2028
.extra2 = SYSCTL_ONE ,
2029
2029
},
You can’t perform that action at this time.
0 commit comments