Page MenuHomeFreeBSD

makesyscalls: rip out arbitrary command execution
ClosedPublic

Authored by kevans on Sep 24 2021, 1:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 23, 9:49 PM
Unknown Object (File)
Sat, Jun 20, 2:21 PM
Unknown Object (File)
Fri, Jun 19, 8:52 PM
Unknown Object (File)
Thu, Jun 11, 1:59 PM
Unknown Object (File)
Apr 30 2026, 6:15 AM
Unknown Object (File)
Apr 30 2026, 6:15 AM
Unknown Object (File)
Apr 21 2026, 4:42 AM
Unknown Object (File)
Apr 16 2026, 5:39 AM
Subscribers

Details

Summary

This was previously needed only for CloudABI, which used it to generate
its capenabled from syscalls.master. CloudABI was removed in
cf0ee8738e31, so we don't need to support this anymore. Others looking
to do similar things should come up with a more integrated technique,
such as a .conf flag or pattern/glob support.

MFC after: never

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Sep 24 2021, 1:40 AM

The CloudABI case could have easily been support by D31349 or an extension on top of it to specify always-applied flags.