[Initng] selinux support in initng

Ismael Luceno ismael.luceno at gmail.com
Wed Feb 28 01:51:07 CET 2007


Enrico Scholz escribió:
> Ismael Luceno <ismael.luceno at gmail.com> writes:
> 
>> +		mount("proc", "/proc", "proc", 0, NULL);
> 
> Please not more of implicit mount() operations. Filesystem mounting is
> one part of initng which is completely screwed up and really does not
> need more complexity. E.g. line above will conflict with an /etc/fstab
> entry of
> 
> | none                    /proc                   proc    defaults
> 
> 
> It would be better to set the FD_CLOEXEC flag for all opened files.
> 

I was thinking about that, but it's more complicated, because i need
to grep all around for open/fopen :P. I will try to implement that when
i get some more time...


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://jw.dyndns.org/pipermail/initng/attachments/20070227/0b7886ee/attachment.pgp 


More information about the Initng mailing list