Page MenuHomeFreeBSD

Capsicumize c++filt(1).
ClosedPublic

Authored by markj on Jul 29 2019, 7:34 PM.
Tags
None
Referenced Files
F172999805: D21106.id60245.diff
Tue, Sep 22, 6:39 PM
F172997399: D21106.id62760.diff
Tue, Sep 22, 6:09 PM
F172997225: D21106.id60256.diff
Tue, Sep 22, 6:07 PM
F172997137: D21106.id60255.diff
Tue, Sep 22, 6:06 PM
F172984993: D21106.diff
Tue, Sep 22, 3:49 PM
Unknown Object (File)
Tue, Sep 22, 1:06 AM
Unknown Object (File)
Fri, Sep 18, 3:27 PM
Unknown Object (File)
Mon, Aug 31, 6:16 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.