diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-28 10:31:15 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-28 10:31:15 +0200 |
commit | 5fff70856a2e9a6b87e0c3d867b423fd0bc5eb3b (patch) | |
tree | f63a82d83af1c4243d4066ae7f0c81e0e90ef37b /debian | |
parent | bf51e8561bc4312c5de4be5f75e2eefc73d5f324 (diff) |
accept some setuid binaries.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/hurd.lintian-overrides | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e43115ac..f621c459 100644 --- a/debian/changelog +++ b/debian/changelog @@ -52,7 +52,8 @@ hurd (20100827-1) UNRELEASED; urgency=low * debian/local/runsystem: Pass -g option to the console to maximize glyph usage for chinese. * debian/hurd.lintian-overrides: New overrides to announce which servers are - supposed to be statically linked, and accept hurd to be essential. + supposed to be statically linked, accept hurd to be essential, and accept + some setuid binaries. * debian/hurd-udeb.lintian-overrides: New overrides to validate hurd-i386-specific paths. * debian/hurd-dev.lintian-overrides: New overrides to allow libstore_* not diff --git a/debian/hurd.lintian-overrides b/debian/hurd.lintian-overrides index 762f8837..3232a343 100644 --- a/debian/hurd.lintian-overrides +++ b/debian/hurd.lintian-overrides @@ -1,2 +1,6 @@ new-essential-package statically-linked-binary ./hurd/mach-defpager +setuid-binary bin/ids 4755 root/root +setuid-binary bin/login 4755 root/root +setuid-binary bin/ps-hurd 4755 root/root +setuid-binary usr/bin/w-hurd 4755 root/root |