1c06afb128
- rebase fapolicyd to the latest stable vesion Resolves: rhbz#2100041 - fapolicyd gets way too easily killed by OOM killer Resolves: rhbz#2097385 - fapolicyd does not correctly handle SIGHUP Resolves: rhbz#2070655 - Introduce ppid rule attribute Resolves: rhbz#2102558 - fapolicyd often breaks package updates Resolves: rhbz#2111244 - drop libgcrypt in favour of openssl Resolves: rhbz#2111938 - Remove dnf plugin Resolves: rhbz#2113959 - fapolicyd.rules doesn't advertise that using a username/groupname instead of uid/gid also works Resolves: rhbz#2115849 Signed-off-by: Radovan Sroka <rsroka@redhat.com>
12 lines
434 B
Diff
12 lines
434 B
Diff
diff -up ./src/cli/fapolicyd-cli.c.segfault ./src/cli/fapolicyd-cli.c
|
|
--- ./src/cli/fapolicyd-cli.c.segfault 2022-08-03 17:51:54.903081124 +0200
|
|
+++ ./src/cli/fapolicyd-cli.c 2022-08-03 17:55:18.256458750 +0200
|
|
@@ -77,6 +77,7 @@ static struct option long_opts[] =
|
|
{"ftype", 1, NULL, 't'},
|
|
{"list", 0, NULL, 'l'},
|
|
{"update", 0, NULL, 'u'},
|
|
+ {NULL, 0, NULL, 0 }
|
|
};
|
|
|
|
static const char *_pipe = "/run/fapolicyd/fapolicyd.fifo";
|