systemd: finish (hopefully) switch to adm group for journal.
This commit is contained in:
parent
a2b240bd6b
commit
34a4bf43c0
|
@ -25,3 +25,14 @@ I prefer to use the "adm" group for now.
|
|||
return -EACCES;
|
||||
}
|
||||
#endif
|
||||
--- src/journal/journald-server.c.orig 2013-03-08 14:42:35.535110912 +0100
|
||||
+++ src/journal/journald-server.c 2013-03-08 14:42:43.846230680 +0100
|
||||
@@ -174,7 +174,7 @@ static uint64_t available_space(Server *
|
||||
}
|
||||
|
||||
static void server_read_file_gid(Server *s) {
|
||||
- const char *g = "systemd-journal";
|
||||
+ const char *g = "adm";
|
||||
int r;
|
||||
|
||||
assert(s);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'systemd'
|
||||
pkgname=systemd
|
||||
version=198
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--libexecdir=/usr/lib
|
||||
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
||||
|
|
Loading…
Reference in New Issue