From c3e68b00308afd8d625c5052a88be357281459d0 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Fri, 12 Jan 2018 14:16:50 +0300 Subject: [PATCH] NOT OK #4: ping user $ ping -v 8.8.8.8 ping: socket: Operation not permitted ping: socket: Address family not supported by protocol root # ping -v 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=52 time=13.8 ms --- config.dns | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.dns b/config.dns index ef629b3..cb1c4bd 100644 --- a/config.dns +++ b/config.dns @@ -194,10 +194,10 @@ CONFIG_SYSCTL_EXCEPTION_TRACE=y CONFIG_HAVE_PCSPKR_PLATFORM=y CONFIG_BPF=y CONFIG_EXPERT=y -CONFIG_UID16=y +# CONFIG_UID16 is not set CONFIG_MULTIUSER=y -CONFIG_SGETMASK_SYSCALL=y -CONFIG_SYSFS_SYSCALL=y +# CONFIG_SGETMASK_SYSCALL is not set +# CONFIG_SYSFS_SYSCALL is not set # CONFIG_SYSCTL_SYSCALL is not set CONFIG_POSIX_TIMERS=y CONFIG_KALLSYMS=y