Skip to content

arp242/file

 
 

Repository files navigation

Port of OpenBSD's file(1) to Linux.

This is based on: https://github.com/brynet/file.

Installation

This project makes no attempt at coexisting with other file(1) implementations. Take note before installing system wide.

% make
% make install
% useradd -r -s /usr/sbin/nologin _file
% install -b -c -o root -g root -m 444 ./magic /etc/magic

About

Portable version of OpenBSD's privsep/sandboxed file(1) utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages

  • C 88.9%
  • Roff 10.3%
  • Other 0.8%