Re: [PATCH 1/1] smack: removal of global rule list

2019-03-11 Thread Casey Schaufler
On 3/7/2019 3:25 AM, Vishal Goel wrote: In this patch, global rule list has been removed. Now all smack rules will be read using "smack_known_list". This list contains all the smack labels and internally each smack label structure maintains the list of smack rules corresponding to that smack labe

[PATCH 1/1] smack: removal of global rule list

2019-03-07 Thread Vishal Goel
In this patch, global rule list has been removed. Now all smack rules will be read using "smack_known_list". This list contains all the smack labels and internally each smack label structure maintains the list of smack rules corresponding to that smack label. So there is no need to maintain extra l