summaryrefslogtreecommitdiff
path: root/devel/uid_wrapper/pkg-descr
blob: a358f77c39fb2b9965a11aa51a12293466c12851 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Some projects, such as a file server, need privilege separation to be able to
switch to the user who owns the files and do file operations on their behalf.
uid_wrapper convincingly lies to the application, letting it believe it is
operating as root and even switching between UIDs and GIDs as needed. You can
start any application making it believe it is running as root.

Features:
- Allows uid switching as a normal user.
- Start any application making it believe it is running as root.
- Support for user/group changing in the local thread using the syscalls (like
  glibc).
- uid_wrapper intercepts seteuid(2) and related calls and simulates them in a
  way transparent to the application