Page MenuHomeFreeBSD

Capsicumize c++filt(1).
ClosedPublic

Authored by markj on Jul 29 2019, 7:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 6, 7:24 PM
Unknown Object (File)
Thu, Sep 25, 3:12 PM
Unknown Object (File)
Aug 6 2025, 4:40 AM
Unknown Object (File)
Jul 8 2025, 7:30 AM
Unknown Object (File)
Jun 28 2025, 7:53 PM
Unknown Object (File)
Jun 28 2025, 6:26 AM
Unknown Object (File)
Jun 28 2025, 5:56 AM
Unknown Object (File)
Jun 20 2025, 7:31 PM
Subscribers

Details

Reviewers
oshogbo
emaste
Group Reviewers
capsicum
Commits
rS352907: Capsicumize c++filt(1).
Summary

C++ symbol demangling thankfully does not require any system
capabilities, so this one is easy.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

contrib/elftoolchain/cxxfilt/cxxfilt.c
169 ↗(On Diff #60245)

We don't want to limit stdin, stdout.

It funny. The only thing that needs cat pages is if the entering to capability mode will fail.
In other cases uses errx, warnx which I guess doesn't use NLA.
I guess we can just add it if something would change..

usr.bin/cxxfilt/Makefile
16 ↗(On Diff #60245)

You are not using casper.

Don't need to define WITH_CASPER.

Are there any further comments on the diff?

This revision is now accepted and ready to land.Sep 27 2019, 1:20 PM
This revision was automatically updated to reflect the committed changes.