summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorNicolas François <nicolas.francois@centraliens.net>2013-08-09 23:54:47 +0200
committerNicolas François <nicolas.francois@centraliens.net>2013-08-09 23:54:47 +0200
commit2e8f003402590df57242357313d700d662f76428 (patch)
treebf7d3e2de1dd681e6b2e94dec2801f4eca4464cf /debian/control
parent2e014282f783f69a108323c767fa8259516faad5 (diff)
downloadshadow-2e8f003402590df57242357313d700d662f76428.tar.gz
Add uidmap package, based on Ubuntu.
* passwd.install: add new subuid.5 and subgid.5 manpages * debian/rules, debian/control, debian/uidmap.install: create new uidmap package containing the new setuid-root binaries newuidmap and newgidmap
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 8f2b8a7a..4323fa88 100644
--- a/debian/control
+++ b/debian/control
@@ -33,3 +33,9 @@ Description: system login tools
workgroup type situations). The su program allows changing your effective
user ID (useful being able to execute commands as another user).
+Package: uidmap
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Architecture: any
+Description: programs to help use subuids
+ These programs help unprivileged users to create uid and gid mappings in
+ user namespaces.