File: control

package info (click to toggle)
uid-wrapper 1.0.2-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 328 kB
  • ctags: 188
  • sloc: ansic: 1,583; makefile: 48; sh: 11
file content (24 lines) | stat: -rw-r--r-- 804 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: uid-wrapper
Homepage: http://cwrap.org/uid_wrapper.html
Section: devel
Priority: optional
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: cmake (>= 2.8.8-3~),
               debhelper (>= 9),
               dh-buildinfo,
               libcmocka-dev
XS-Testsuite: autopkgtest
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/users/jelmer/uid-wrapper.git -b unstable

Package: libuid-wrapper
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: UID wrapper library
 This is a wrapper for the user, group and hosts NSS API that can
 simulate uid switching as a regular user. This is useful for
 testsuites that run as a regular user but need to test
 priveleged functions.
 .
 It works as a preload library, which overrides various
 system functions.