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)
Jan 25 2024, 12:26 PM
Unknown Object (File)
Dec 23 2023, 3:28 AM
Unknown Object (File)
Dec 15 2023, 5:44 PM
Unknown Object (File)
Dec 12 2023, 8:05 AM
Unknown Object (File)
Dec 8 2023, 5:17 PM
Unknown Object (File)
Nov 15 2023, 10:38 AM
Unknown Object (File)
Nov 9 2023, 5:24 PM
Unknown Object (File)
Oct 14 2023, 9:37 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.