Hi Erik, On 02/04/16 06:42, Erik Huelsmann
wrote:
Yes, agreed. That is essentially what I've discussed with Jame to have the .deb package do. This means that Apache and Nginx need to only be suggests rather than recommends or depends, and selection and installation needs to be done in the install scripts Yes, the database admin user will be lsmb_admin to eliminate confusion Yes, starman would run as ledgersmb either by somthing like systemd setting the USER or by using starman's built in ability to drop privileges Using the separate namespace (ie: not nobody:nogroup) solves the security issue created if temp files are writeable by other processes on the system This is not a user, only a group. Any system user that should be able to edit/modify/add/remove files in the ledgersmb install dir would need to be a member of this group. The idea is that the user running ledgersmb (and starman) should not have write access to the files. but some user is likely to need write access (system admin) so we have a group just for that purpose For now the assumption is that all instances would be using the same system perl libs, but yes in the long run the use of local::lib solves other issues that we have previously discussed Traditionally anything that is being served to the web has been owned by any user with restricted permissions (eg:www-data) (ie: not root) to reduce/prevent the chance that an attack can impact the actual system. However neither do you want these files to normally be writable by the running user (for the same reasons) Some systems I've worked with actually use the same type of scheme I've outlined here. I'll concede that having other r-x shouldn't hurt in most cases. EXCEPT when we consider ownership of temp dir's and files. We have recently seen this issue on IRC where the temp dir (or a few files) were owned by a user other than the one currently running LedgerSMB This results in difficult to identify issues that can't be reproduced in a developers environment without knowing what's wrong to start with. Hence excluding non owner users from running ledgersmb Having root as the only user that can write to files in the LedgerSMB tree means you can't allocate a non root user permissions to manage things like template and CSS files or site customizations (perhaps plugins at a later date). Nor can you safely have a UI triggered update tool that doesn't run as root. (consider the site-local translations feature we have discussed) For as long as we need temp files, I can't see a way around having a temp dir that is owned by the running user that also has restrictive permissions. All files in that dir should not be writeable by anyone except the running user, and probably should only be readable by that user too. Any files that other processes on the system may need access to under a different user should probably be rw- r-- r-- and not be in our private temp dir I don't see this as reinventing the wheel at all. It's actually common practice Many pieces of software that use /tmp sets file and dir permissions as rwx --- --- unless other user's processes may need access to those files. Infact many files (eg: files opened directly from thunderbird mail attachments) have permissions r-- --- --- which are more restrictive again In my proposed scheme group doesn't really need any access to the tempdir, but providing it allows easy inspection, deletion etc while debugging See my comments above about other reasons why changes to files in the install may be desireable Yes, having a means of telling Starman/LedgerSMB what config file to use is already planned and partly implemented in one of my local branches. It's not the whole solution for running multiple versions/instances though. what about the case where the instances need different CSS or templates (currently templates and CSS are put in a common /var/foo directory but the .deb package) Or even different source code due to a required customisation. You earlier mentioned the possible need to use local::lib to handle different dependencies as well I think you misread my statement here. We currently do split files out of the tree and put them in various system directories. eg: css, and templates end up in /var/foo, the docs dir moves to /usr/share/doc/ledgersmb/ I think this becomes a problem when you want to have multiple instances/versions installed at the same time, The problem is even worse if a new version is installed to replace the current one, and there are changes to what files are present where. eg: some foo.pm is now in a different location, but the update process doesn't remove the original foo.pm We now have 2 foo.pm files, which one is the code going to use? It could easily end up being the wrong one! I will continue to assert that we need to keep our tree intact, however to meet packaging policy on some systems we should easily be able to provide symlinks in system dir's for things like /usr/share/docs/ledgersmb/1.4 to point to /usr/share/ledgersmb-1.4/doc Yes, I think we will have to agree to disagree here ;-) Mainly as I don't thing the OOB first time user experience helps our image if they get a 5 yearold version when they first install. Even worse as happened a couple of days ago if that old version had a significant (albeit trivial) bug that the user hit within a very short time. If backports was seemless to use, and enabled by default on a normal debian system I'd agree with you, but otherwise <shrug> Regards David G |
------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________ Ledger-smb-devel mailing list ..hidden.. https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel