Page MenuHomeFreeBSD

Capsicumize c++filt(1).
ClosedPublic

Authored by markj on Jul 29 2019, 7:34 PM.
Tags
None
Referenced Files
F167000613: D21106.id62760.diff
Tue, Aug 18, 12:12 PM
Unknown Object (File)
Mon, Aug 10, 5:50 PM
Unknown Object (File)
Mon, Aug 10, 5:50 PM
Unknown Object (File)
Mon, Aug 10, 5:50 PM
Unknown Object (File)
Mon, Aug 10, 5:49 PM
Unknown Object (File)
Sat, Aug 8, 11:08 PM
Unknown Object (File)
Sat, Aug 8, 2:28 PM
Unknown Object (File)
Fri, Jul 31, 2:32 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25571
Build 24176: arc lint + arc unit

Event Timeline

contrib/elftoolchain/cxxfilt/cxxfilt.c
169

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

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.