[PATCH 1/1] Use the "Half-Configured" state instead of the synonymous "Failed-Config"

2009-11-22 Thread Manoj Srivastava
Hi, I have now reworked this patch to use "Half-Configured" manoj --- These terms are synonyms. dpkg and dselect use halfconfigured internally and used to use Failed-config when talking to the user in soe cases. Thi

Re: [PATCH 1/1] Use the "Failed-Config" state instead of the synonymous halfconfigured

2009-11-22 Thread Guillem Jover
On Sat, 2009-11-21 at 19:00:28 +0100, Guillem Jover wrote: > On Sat, 2009-11-21 at 00:38:12 -0600, Manoj Srivastava wrote: > > These terms are synonyms. dpkg and dselect use halfconfigured > > internally and Failed-config when talking to the user. This patch > > ensures that policy uses the same te

Re: [PATCH 1/1] [bug556972-srivasta]: Explicitly allow /selinux and /sys as FHS exceptions

2009-11-22 Thread Bastian Blank
On Sun, Nov 22, 2009 at 02:58:30PM -0600, Steve Langasek wrote: > Wouldn't it make more sense to expose this as a subdirectory of /sys rather > than /lib, since this appears to be a kernel interface? /sys/security is the mount point for securityfs, which is used by the whole bunch of small securit

Re: [PATCH 1/1] [bug556972-srivasta]: Explicitly allow /selinux and /sys as FHS exceptions

2009-11-22 Thread Manoj Srivastava
On Sun, Nov 22 2009, Steve Langasek wrote: > On Fri, Nov 20, 2009 at 12:33:50PM -0600, Manoj Srivastava wrote: >> Hi folks, > >> The report #556972 was filed about a FHS violation in mounting >> selinuxfs on /selinux, which is accurate. Additionally, /sys does not >> appear in the FHS ei

Re: [PATCH 1/1] [bug556972-srivasta]: Explicitly allow /selinux and /sys as FHS exceptions

2009-11-22 Thread Steve Langasek
On Fri, Nov 20, 2009 at 12:33:50PM -0600, Manoj Srivastava wrote: > Hi folks, > The report #556972 was filed about a FHS violation in mounting > selinuxfs on /selinux, which is accurate. Additionally, /sys does not > appear in the FHS either, and is thus in a similar situation. >