SumiTomohiko / nexec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nexec

Prerequirements

  • FreeBSD 10.3/amd64

How to install

Prerequirements

  • GNU Make 4.2.1
  • cmake 3.5.2

Building instructions

$ ./configure
$ make
$ sudo make install

Post-installation

Add a user and a group for the nexecd:

$ sudo pw groupadd nexecd
$ sudo pw useradd nexecd -g nexecd -w no -s /usr/sbin/nologin -d /nonexsistent -c "nexec daemon"

Enable the nexecd service. Add this statement into /etc/rc.conf:

nexecd_enable="YES"

About

License:Other


Languages

Language:C 67.7%Language:Java 16.2%Language:CMake 6.7%Language:Yacc 4.0%Language:Lex 2.1%Language:Groovy 2.0%Language:Shell 1.2%