Bug 1287008 - Add sys_fadvise64_64 to seccomp whitelist. r=gcp

This commit is contained in:
Julian Hector 2016-07-27 15:45:02 +02:00
Родитель db067f26be
Коммит 6c0d578d0e
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -674,6 +674,11 @@ public:
return Allow();
#endif
#ifdef __NR_fadvise64_64
case __NR_fadvise64_64:
return Allow();
#endif
case __NR_fallocate:
return Allow();