diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-24 13:53:22 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-24 17:50:26 -0400 |
commit | 1b6df37b94b96042ac460a933b00c6ef29694053 (patch) | |
tree | 560c5b65026bfa90170f469d7d0cd435609b34d5 /debian/control | |
parent | e0b50e3859931c7fe2a58bb08af440a4f2455174 (diff) |
Priviledge separation: use new monkeysphere user to handle
authentication keychain for server. This required a bunch of changes
to all ms-server functions. Seems to be working ok, although it feels
kind of hackish.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4f0e5f5..f5760d9 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Dm-Upload-Allowed: yes Package: monkeysphere Architecture: any -Depends: openssh-client, gnupg | gnupg2, coreutils (>= 6), moreutils, lockfile-progs, ${shlibs:Depends} +Depends: openssh-client, gnupg | gnupg2, coreutils (>= 6), moreutils, lockfile-progs, adduser, ${shlibs:Depends} Recommends: netcat Enhances: openssh-client, openssh-server Description: use the OpenPGP web of trust to verify ssh connections |