aboutsummaryrefslogtreecommitdiff
path: root/kernel/resource.c
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Restrict permissions of /proc/iomem.Biswajit Paul2016-08-221-1/+1
| | | | | | | | | | | The permissions of /proc/iomem currently are -r--r--r--. Everyone can see its content. As iomem contains information about the physical memory content of the device, restrict the information only to root. Change-Id: If0be35c3fac5274151bea87b738a48e6ec0ae891 CRs-Fixed: 786116 Signed-off-by: Biswajit Paul <biswajitpaul@codeaurora.org> Signed-off-by: Avijit Kanti Das <avijitnsec@codeaurora.org>
* first commitMeizu OpenSource2016-08-151-0/+1362