Easy steps to install libseccomp package on Mac
Package Information:
Application Name – libseccomp
What is libseccomp – Not Available for libseccomp
Use of libseccomp – Interface to the Linux Kernel’s syscall filtering mechanism
URL – https://github.com/seccomp/libseccomp
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install libseccomp using brew
brew install libseccomp
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
libseccomp is ready to use now!