Page MenuHomeFreeBSD

Capsicumize c++filt(1).
ClosedPublic

Authored by markj on Jul 29 2019, 7:34 PM.
Tags
None
Referenced Files
F163482631: D21106.id60256.diff
Thu, Jul 23, 3:38 PM
F163473742: D21106.id60255.diff
Thu, Jul 23, 12:48 PM
Unknown Object (File)
Thu, Jul 23, 2:39 AM
Unknown Object (File)
Wed, Jul 22, 10:05 PM
Unknown Object (File)
Mon, Jul 20, 12:55 PM
Unknown Object (File)
Sun, Jul 19, 5:07 PM
Unknown Object (File)
Mon, Jul 13, 3:46 PM
Unknown Object (File)
Thu, Jul 2, 2:12 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.