Your message dated Wed, 09 Apr 2008 07:17:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#471128: fixed in smstools 3.0.10-2
has caused the Debian Bug report #471128,
regarding set-uid bit is mandatory for sending/receiving an sms
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
471128: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471128
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: smstools
Version: 3.0.2-2

In order to send a sms, user must be smsd, as smsd is the only user capable of writing to /var/spool/sms/outgoing. Instead, can you assign group write privileges to the directories under /var/spool/sms? This would allow an administrator to nominate users to send sms without it being necessary to give them smsd privileges. Smsd privileges, while not root, still allow unlimited access to the modem via the dial-out group.

How to reproduce:

Steps to Reproduce:
1. ls -la /var/spool/sms

Actual results:

$ ls -la /var/spool/sms/
total 28
drwxr-xr-x 7 smsd smsd 4096 Mar 13 07:25 .
drwxr-xr-x 7 root root 4096 Mar 13 07:25 ..
drwxr-xr-x 2 smsd smsd 4096 Mar 13 07:25 checked
drwxr-xr-x 2 smsd smsd 4096 Mar 13 07:25 failed
drwxr-xr-x 2 smsd smsd 4096 Mar 13 07:25 incoming
drwxr-xr-x 2 smsd smsd 4096 Mar 13 07:25 outgoing
drwxr-xr-x 2 smsd smsd 4096 Mar 13 07:25 sent

Expected results:

$ ls -la /var/spool/sms/
total 28
drwxr-xr-x 7 smsd smsd 4096 Mar 13 07:25 .
drwxr-xr-x 7 root root 4096 Mar 13 07:25 ..
drwxrwxr-x 2 smsd smsd 4096 Mar 13 07:25 checked
drwxrwxr-x 2 smsd smsd 4096 Mar 13 07:25 failed
drwxrwxr-x 2 smsd smsd 4096 Mar 13 07:25 incoming
drwxrwxr-x 2 smsd smsd 4096 Mar 13 07:25 outgoing
drwxrwxr-x 2 smsd smsd 4096 Mar 13 07:25 sent




--- End Message ---
--- Begin Message ---
Source: smstools
Source-Version: 3.0.10-2

We believe that the bug you reported is fixed in the latest version of
smstools, which is due to be installed in the Debian FTP archive:

smstools_3.0.10-2.diff.gz
  to pool/main/s/smstools/smstools_3.0.10-2.diff.gz
smstools_3.0.10-2.dsc
  to pool/main/s/smstools/smstools_3.0.10-2.dsc
smstools_3.0.10-2_i386.deb
  to pool/main/s/smstools/smstools_3.0.10-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Schoenfeld <[EMAIL PROTECTED]> (supplier of updated smstools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 07 Apr 2008 09:10:32 +0200
Source: smstools
Binary: smstools
Architecture: source i386
Version: 3.0.10-2
Distribution: unstable
Urgency: low
Maintainer: Mark Purcell <[EMAIL PROTECTED]>
Changed-By: Patrick Schoenfeld <[EMAIL PROTECTED]>
Description: 
 smstools   - SMS server tools for GSM modems
Closes: 457449 471128
Changes: 
 smstools (3.0.10-2) unstable; urgency=low
 .
   * Use the new Homepage field
   * Updated Standards-Version
   * Fixed erroneous output when smsd is restarted
   * Removed NEWS file and instead added a README.Debian with the most
     important notes
   * Added finish translation for debconf messages.
     Thanks to Esko Arajärvi. (Closes: #457449)
   * Remove usr/share/doc/smstools/scripts from dirs, because the example
     scripts are installed into usr/share/doc/smstools/examples/scripts
   * Add usr/share/doc/smstools/examples/scripts to dirs and remove the call to
     install -d in debian/rules
   * Some cleanups in debian/rules
   * Removed everything related to configure from debian/rules, because it is
     not a autoconf package
   * Replaced (C) with ©, because only the latter is legally entitled
   * Make depend on debconf versioned to make backporters work for oldstable
     backports more easy
   * Change Copyright holder to Copyright in debian/copyright
   * Add ${misc:Depends} to the depends for the case that the debhelpers
     ever need it
   * Some cleanups in debian/postinst
   * Switch to ucf for configuration file handling:
                + Add ucf to depends
                + Move configuration templates to their own files in 
/usr/share/smstools
                  instead of embedding them into the postinst
                + Register configuration file with ucf in post-installation 
script
                + Manage configuration changes with ucf
   * Implemented a status target in the init script
   * Don't backup smsd.conf; ucf should do that
   * Don't use @EVENT_HANDLER@ as a default because this way configuration file
     can be invalid under certain circumstances
   * To determine event handler preset in debian/config use only active entries
     (those that are not commented!), and only the first active found.
   * Added debconf-updatepo to the clean target
   * Added missing build dependency po-debconf to package
   * Removed prerm file, because its not needed anymore
   * Removed debian/debian-version because it is not needed
   * Use dpkg-statoverride instead of chown to change permissions of
     directories
   * Change permissions on /var/spool/sms so that members of the smsd group can
     write to it, ensure that the files get the right permissions by setting
     the sticky bit and ensure that members of the group cannot delete each
     others files by setting the restricted deletion bit.
     (Closes: #471128)
   * Comment out 'set -ex' in debian/postinst (it is only needed for
     debug purposes)
   * Added quilt as a patch system
   * Add a patch to workaround permission problems that occur if people don't
     use proper umasks to write to the spool directories
   * Delete symlinks in /var/log on purge
   * Remove Stephan Frings from the copyright file because he isn't a copyright
     holder for versions >= 3.0
   * Use dh_installexamples to install example scripts and configuration files,
     because there seems to be no need for special handling
   * Remove Mark from Uploaders field as he is already maintainer of the
     package and that duplication is not really needed
Files: 
 82c3e774a5581361379079a320315bb0 697 comm optional smstools_3.0.10-2.dsc
 eacf94dd3283713f32fef7c11827ab7e 25948 comm optional smstools_3.0.10-2.diff.gz
 8cecf1b5e6b0b0062e215424f0c30506 215660 comm optional 
smstools_3.0.10-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH/Gow5Sc9mGvjxCMRAsxsAJ9+ILnYPtOy6RqT4ymINtE9fXK6agCeIQUF
OhXmn1ZH92kl6KJ8r9E2xnM=
=8F6j
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to