Page MenuHomeFreeBSD

Capsicumize c++filt(1).
ClosedPublic

Authored by markj on Jul 29 2019, 7:34 PM.
Tags
None
Referenced Files
F146252363: D21106.id60256.diff
Sun, Mar 1, 3:28 AM
Unknown Object (File)
Fri, Feb 27, 10:46 AM
Unknown Object (File)
Fri, Feb 27, 7:54 AM
Unknown Object (File)
Thu, Feb 26, 11:58 PM
Unknown Object (File)
Sat, Jan 31, 4:17 AM
Unknown Object (File)
Jan 26 2026, 6:35 AM
Unknown Object (File)
Jan 26 2026, 4:24 AM
Unknown Object (File)
Jan 26 2026, 2:46 AM
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.