]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make it possible for init to execute any executable, not just sh(1)
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Sat, 4 Aug 2018 14:52:32 +0000 (14:52 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Sat, 4 Aug 2018 14:52:32 +0000 (14:52 +0000)
commit37ac37f90c0afe8b509cd8ed82f6bf00f47282e7
treef40b86cbdb7606d3c232fe96ca309cb3e2b652b3
parent3848ff5cac0ade6d49189ff12b83bbc654e1a035
Make it possible for init to execute any executable, not just sh(1)
scripts. This means one should be able to eg rewrite their /etc/rc
in Python.

Reviewed by: kib
MFC after: 2 weeks
Relnotes: yes
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D16565
sbin/init/init.c