[dpdk-dev] [PATCH] eal/linux: use more restrictive perms in hugedir

2016-09-16 Thread Thomas Monjalon
2016-08-10 16:52, Robin Jarry: > There is no need for the page files to be readable (and executable) by > other users. This can be exploited by non-privileged users to access the > working memory of a DPDK app. > > Open the files with 0600. > > Signed-off-by: Robin Jarry Applied, thanks I thou

[dpdk-dev] [PATCH] eal/linux: use more restrictive perms in hugedir

2016-08-10 Thread Robin Jarry
There is no need for the page files to be readable (and executable) by other users. This can be exploited by non-privileged users to access the working memory of a DPDK app. Open the files with 0600. Signed-off-by: Robin Jarry --- lib/librte_eal/linuxapp/eal/eal_memory.c | 4 ++-- 1 file change