[PATCH] seccomp.2: fix path to syscall_64.tbl

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The path to the syscall_64.tbl file was missing a directory.

Signed-off-by: Trevor Woerner <twoerner@xxxxxxxxx>
---
 man2/seccomp.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/seccomp.2 b/man2/seccomp.2
index 4b96b6d8a..3af693916 100644
--- a/man2/seccomp.2
+++ b/man2/seccomp.2
@@ -1059,7 +1059,7 @@ numbers on this architecture:
 $ \fBuname \-m\fP
 x86_64
 $ \fBsyscall_nr() {
-    cat /usr/src/linux/arch/x86/syscalls/syscall_64.tbl | \e
+    cat /usr/src/linux/arch/x86/entry/syscalls/syscall_64.tbl | \e
     awk \(aq$2 != "x32" && $3 == "\(aq$1\(aq" { print $1 }\(aq
 }\fP
 .EE
-- 
2.30.0.rc0




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux