Page MenuHomeFreeBSD

Capsicumize file(1)
Needs ReviewPublic

Authored by shubh on Aug 30 2020, 4:48 PM.
Referenced Files
Unknown Object (File)
Nov 23 2023, 4:32 PM
Unknown Object (File)
Nov 16 2023, 8:33 AM
Unknown Object (File)
Nov 12 2023, 11:05 PM
Unknown Object (File)
Oct 17 2023, 3:16 PM
Unknown Object (File)
Oct 15 2023, 7:32 AM
Unknown Object (File)
Oct 8 2023, 10:01 PM
Unknown Object (File)
Sep 16 2023, 4:41 PM
Unknown Object (File)
Aug 6 2023, 12:26 PM

Details

Summary

Used the cap_fileargs to open the files in capability mode.

file <multiple argument of files>

works in capability mode

This patch has a limitation:

  • file -f a.txt where a.txt has a list of files, doesn't work in capability mode
Test Plan

ktrace file a.txt
kdump | grep cap

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

shubh requested review of this revision.Aug 30 2020, 4:48 PM
delphij added a subscriber: delphij.

Please be sure to talk with upstream (Christos) before making changes.

contrib/file/src/file.c
181

style.

429

I'm not sure if I'm fun of this.
Why we have two diffrent place to enter capability mode?
We can't enter one time like seccomp above?