selinux: remove load size limit
authorzhanglin <zhang.lin16@zte.com.cn>
Sat, 21 Sep 2019 01:57:15 +0000 (09:57 +0800)
committerPaul Moore <paul@paul-moore.com>
Tue, 1 Oct 2019 13:29:04 +0000 (09:29 -0400)
commite40642dc01b87a8b202ce39013b0a4881025a816
tree19284dae467b22354f8b3cea3f72dde343eea013
parent54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c
selinux: remove load size limit

Load size was limited to 64MB, this was legacy limitation due to vmalloc()
which was removed a while ago.

Signed-off-by: zhanglin <zhang.lin16@zte.com.cn>
[PM: removed comments in the description about 'real world use cases']
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/selinuxfs.c