Bug 33862

Summary: Probably security_fixup_ops bug
Product: Other Reporter: Pavel V Samsonov (p.samsonov)
Component: Loadable Security Modules (LSM)Assignee: Other/LSM (other_lsm)
Status: CLOSED INSUFFICIENT_DATA    
Severity: normal CC: alan
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.33.4 Subsystem:
Regression: No Bisected commit-id:

Description Pavel V Samsonov 2011-04-23 13:51:45 UTC
Good day!
I try run register_security(&cap_ops) with structure
struct security_operations cap_ops = {
  .name = "someopts",
};
and I believe that security_fixup_ops assign default security
rutines, but my console is off, kernel still work someway.

Sorry my english, thanks.