Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (9d237df6bbd9f9323a70924bb5ad854dc91fa493)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (9d237df6bbd9f9323a70924bb5ad854dc91fa493)
  • Date: Fri, 30 Jun 2006 16:59:11 +0200

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:
Fixed up the mess this spell became

Yea, there were a lot of changes only in devel grimoire.
I did not want to cut them all immediately after I integrated them to test grimoire.
No idea how many users used selinux version.

The problem is/was with SELINUX support. We have to decide how to support it.
In normal grimoire or only in hardened grimoire?
If we want support in normal grimoire we will probably have to add next version of sources to some spells (not only stable and devel as now, but selinux version).

+config_query PAM_SECTTY "Install a default /etc/securetty?" n &&

If user cast linux-pam for the first time with default answer (*n*) he/she will not be able to login on console (no /etc/securetty). :-(

+ * INSTALL: removed forced (ever adding!) installation of selinux rule

-if [ "$PAM_SELINUX" == "y" ] ; then
- echo "session required pam_selinux.so multiple" >> /etc/pam.d/login
-fi &&
It is installed only if you set PAM_SELINUX=y before.
I do not use selinux so I have no problems with this.
Do you use selinux?

+ * pam.d/other: changed default, unconfigured, behaviour to log and deny
Seems now the file "other" is installed to /etc/pam.d. ;-)
Before you have changed it the file had not been installed in my box. No idea why.

- * INSTALL: make install -> default_install
Please, what was wrong with default_install?
Is it more as "make install"?


--
Ladislav Hagara





Archive powered by MHonArc 2.6.24.

Top of Page