[systemd-devel] [PATCH] smack-setup: fix path to Smack/CIPSO mappings

2013-09-30 Thread Patrick McCarty
The correct path to the dir with CIPSO mappings is /etc/smack/cipso.d/; /etc/smack/cipso is a file that can include these mappings as well, though it is no longer supported in upstream libsmack. --- src/core/smack-setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core

Re: [systemd-devel] [PATCH] systemd-analyze: switch to python getopt for argument parsing

2012-05-14 Thread Patrick McCarty
On Mon, May 14, 2012 at 03:03:34PM -0700, shawn wrote: > avoid excessive indentation > From aa8f24d4f00ceaa8f1624c64880a62718142660f Mon Sep 17 00:00:00 2001 > From: Shawn Landden > Date: Thu, 3 May 2012 16:41:40 -0700 > Subject: [PATCH] systemd-analyze: switch to python getopt for argument > pa

Re: [systemd-devel] [PATCH] systemd-analyze: switch to python getopt for argument parsing

2012-05-14 Thread Patrick McCarty
On Thu, May 03, 2012 at 08:13:44PM -0700, Shawn Landden wrote: > this uses gnu style getopt, so you can put the opts at the end: (e.g.) > systemd-analyze blame --user > > v2 > --- > src/analyze/systemd-analyze | 56 > ++- > 1 file changed, 39 insertions(

[systemd-devel] [PATCH] systemd-analyze: add a --user option to support user instances

2012-05-03 Thread Patrick McCarty
--- src/analyze/systemd-analyze | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/analyze/systemd-analyze b/src/analyze/systemd-analyze index a49fbb7..ad7bd9a 100755 --- a/src/analyze/systemd-analyze +++ b/src/analyze/systemd-analyze @@ -69,9 +69,9 @