Files
linux/kernel
Huang, Tao 24220c2bb4 rockchip: quiet module_request personality-8
In Android-M, below change in bionic was introduced
https://android-review.googlesource.com/122131

Which caused lot of SELinux denials to be logged regarding
module_request (similar to below one) for 32bit systems,
There is quite a lot of module_request denials when any 32bit
executable is executed.

type=1400 audit(946685139.719:12): avc: denied { module_request }
for pid=1970 comm="tzdatacheck" kmod="personality-8"
scontext=u:r:tzdatacheck:s0 tcontext=u:r:kernel:s0 tclass=system
permissive=1

So we patch the kernel to not attempt module loading for alternate
execution environments.

Change-Id: I7bd2c5fc08fd00fa7ff53d3ced401564b474fad4
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
2015-10-27 19:30:46 +08:00
..
2015-10-27 14:09:58 +08:00
2015-09-28 19:16:34 +08:00
2013-04-22 07:09:06 -07:00
2014-11-21 09:22:52 -08:00
2012-05-31 17:49:27 -07:00
2012-03-28 18:30:03 +01:00
2015-01-07 14:30:39 +08:00
2013-04-15 13:25:16 +02:00
2014-10-05 14:54:13 -07:00
2012-05-29 23:28:41 -04:00
2013-07-01 13:34:57 -07:00
2013-05-05 00:16:35 -04:00
2014-07-17 15:58:04 -07:00
2014-10-07 16:42:32 -07:00
2015-03-05 17:11:40 +08:00
2014-06-07 13:25:30 -07:00
2015-10-27 14:09:58 +08:00