Re: CAP learning mode and RC learning mode
Javier J. Martínez Cabezón <[email protected]>
| Newsgroups | gmane.linux.rsbac |
|---|---|
| Message-ID | <[email protected]> |
2009/9/30 Amon Ott <[email protected]>: > > Learning mode per role is planned, but needs a new on-disk version of the role > list, so there is no way back to a previous RSBAC version. This means that it > probably goes into a new RSBAC 1.5 only. Alternatively, we could split the > role list into two, adding some small overhead if learning is enabled and > adding a set of extra functions to access the new list. > > Amon. > -- > http://www.rsbac.org - GnuPG: 2048g/5DEAAA30 2002-10-22 > _______________________________________________ > rsbac mailing list > [email protected] > http://www.rsbac.org/mailman/listinfo/rsbac > Hi, couldn't be that the list splitting only be done if CONFIG_RC_LEARN is defined?, at this way the overhead only will be there in learning mode (and when policy is finished this is not the case). So when CONFIG_RC_LEARN is defined the second list is used, if not just simply ignored.