Re: Oddness in security/Makefile

2013-09-23 Thread James Morris
On Tue, 10 Sep 2013, Eric Paris wrote: > >From 4675ca3470e3c2e325c5be6d9a11f47ac0917537 Mon Sep 17 00:00:00 2001 > From: Eric Paris > Date: Tue, 10 Sep 2013 09:51:50 -0400 > Subject: [PATCH] security: remove erroneous comment about capabilities.o link > ordering > > Back when we had half ass LS

Re: Oddness in security/Makefile

2013-09-10 Thread Eric Paris
>From 4675ca3470e3c2e325c5be6d9a11f47ac0917537 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Tue, 10 Sep 2013 09:51:50 -0400 Subject: [PATCH] security: remove erroneous comment about capabilities.o link ordering Back when we had half ass LSM stacking we had to link capabilities.o after bigger

Oddness in security/Makefile

2013-09-09 Thread Valdis Kletnieks
Seen in security/Makefile: % git blame security/Makefile ... ^1da177e (Linus Torvalds 2005-04-16 15:20:36 -0700 15) ^1da177e (Linus Torvalds 2005-04-16 15:20:36 -0700 16) # Object file lists da31894e (Eric Paris 2008-08-22 11:35:57 -0400 17) obj-$(CONFIG_SECURITY) += secur