Commit fcff2628 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

LSM: fixed typo that happened in merge

parent 6499609b
......@@ -508,7 +508,7 @@ struct security_operations dummy_security_ops = {
.capget = dummy_capget,
.capset_check = dummy_capset_check,
.capset_set = dummy_capset_set,
.acct = dummy_act,
.acct = dummy_acct,
.capable = dummy_capable,
.sys_security = dummy_sys_security,
.quotactl = dummy_quotactl,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment