mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-18 04:54:52 +00:00
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6: netlabel: fix export of SELinux categories > 127
This commit is contained in:
commit
dbd004291e
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ int ebitmap_netlbl_export(struct ebitmap *ebmap,
|
|||
cmap_idx = delta / NETLBL_CATMAP_MAPSIZE;
|
||||
cmap_sft = delta % NETLBL_CATMAP_MAPSIZE;
|
||||
c_iter->bitmap[cmap_idx]
|
||||
|= e_iter->maps[cmap_idx] << cmap_sft;
|
||||
|= e_iter->maps[i] << cmap_sft;
|
||||
}
|
||||
e_iter = e_iter->next;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue