[cl-debian] Bug#329347: common-lisp-controller: checking of permissions of the output directory
Friedrich Dominicus
frido at q-software-solutions.de
Wed Sep 21 09:23:59 UTC 2005
Package: common-lisp-controller
Version: 4.18
Severity: minor
Well AFAIFK is the standard policy for adding new users to the system
as follows.
- the user is created
- a groups is created also
so if I do a
adduser foobar
a group foobar will generated to
If that is true then the following check should probably be changed
(file post-sysdef-install.lisp)
(unless (= 0
(logand mode #o022))
should be
(unless (= 0
(logand mode #o002))
or one has to check
- if the user has it's own group
whether the permissions are ok then.
With best regards
Friedrich
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages common-lisp-controller depends on:
ii bash 3.0-14 The GNU Bourne Again SHell
ii cl-asdf 1.86-2 Another System Definition Facility
ii debconf [debconf-2.0] 1.4.48 Debian configuration management sy
ii debianutils 2.13.2 Miscellaneous utilities specific t
ii perl 5.8.7-4 Larry Wall's Practical Extraction
ii realpath 1.9.20 Return the canonicalized absolute
common-lisp-controller recommends no packages.
-- debconf information:
* common-lisp-controller/long-site-name:
* common-lisp-controller/short-site-name: flarge
More information about the Cl-debian
mailing list