Coder Social home page Coder Social logo

acham / fakeroot-p Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 2.0 626 KB

a scalable re-design of fakeroot

License: GNU General Public License v3.0

Makefile 36.44% M4 1.70% Shell 34.63% C 16.80% Perl 6 0.04% XS 0.19% Perl 0.16% Groff 9.38% JavaScript 0.01% NewLisp 0.01% SystemVerilog 0.01% Awk 0.62%

fakeroot-p's Introduction

FakeRoot-P

FakeRoot is a tool that offers applications the illusion of root privileges. This is most often used for building packages with correct permissions. FakeRoot-P is a performance-oriented re-design of FakeRoot, scalable on multi-core architectures. Please see PDF for more information.

Main repo: https://github.com/sslab-gatech/fakeroot-p

Authors

Alexis Champsaur; Sanidhya Kashyap

Building

Like FakeRoot, FakeRoot-P can be built using either System V or TCP as a transport mechanism between clients and server. However, the scalable design of FakeRoot-P is only implemented with the System V method of communication. When built with the TCP option, FakeRoot-P retains the lack of scalability of the original FakeRoot code.

SysV IPC is the default; to build for TCP, run configure with --with-ipc=tcp (case-sensitive).

To build, run:

cd src/
./configure
make
make install

FreeBSD: to compile --with-ipc=tcp and gcc, make sure the -pthread flag is used.

Notes

Cases for which the SYSV IPC version fails or causes problems but for which fakeroot-tcp has been observed to work well include the items listed below.

  • Multithreaded applications (using pthread)
  • Running under realtime-preempt kernel

Portability: On OS X, only binaries that do NOT rely on Mach-based [e]uid/[e]gid/mode APIs will correctly use fakeroot altered ownership/permissions. See README_MACOSX.txt for further information.

fakeroot-p's People

Contributors

acham avatar

Watchers

 avatar

Forkers

sycomix

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.