---
units/systemd-hostnamed.service.in |2 +-
units/systemd-logind.service.in|2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/units/systemd-hostnamed.service.in
b/units/systemd-hostnamed.service.in
index 3f5ef75..ac7d9b6 100644
---
other way?
Zbyszek
regards,
--
Maciej Wereski
Samsung RD Institute Poland
Samsung Electronics
m.were...@partner.samsung.com
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
---
src/core/machine-id-setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/machine-id-setup.c b/src/core/machine-id-setup.c
index 2a58e48..0544117 100644
--- a/src/core/machine-id-setup.c
+++ b/src/core/machine-id-setup.c
@@ -38,7 +38,7 @@
#include fileio.h
16.05.2014 at 16:41 Lennart Poettering lenn...@poettering.net wrote:
On Fri, 16.05.14 11:00, Maciej Wereski (m.were...@partner.samsung.com)
wrote:
---
src/core/machine-id-setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/machine-id-setup.c b/src/core
10.06.2014 at 19:20 Lennart Poettering lenn...@poettering.net wrote:
On Wed, 28.05.14 11:24, Maciej Wereski (m.were...@partner.samsung.com)
wrote:
When the function is called the buffer is filled with 36 chars, and we
then strip the non-hex-chars, so that 34 chars result. But the function
This allows to show only units with specified SUB or ACTIVE state.
Signed-off-by: Maciej Wereski m.were...@partner.samsung.com
---
man/systemctl.xml | 15 +--
src/systemctl/systemctl.c | 43 +--
2 files changed, 50 insertions(+), 8
This allows to show only units with specified LOAD or SUB or ACTIVE state.
Signed-off-by: Maciej Wereski m.were...@partner.samsung.com
---
man/systemctl.xml | 15 +--
src/systemctl/systemctl.c | 34 --
2 files changed, 41 insertions(+), 8
This allows to show only units with specified LOAD or SUB or ACTIVE state.
Signed-off-by: Maciej Wereski m.were...@partner.samsung.com
---
changes since v4:
* removed help information about deprecated behaviour
Sorry, that I've forgot about this in previous patch!
regards,
Maciej
---
man
using
whitespace. Example of extended attribute with quotes:
user.test=This will \ fail
So how would you like this case to be solved?
regards,
Maciej
--
Maciej Wereski
Samsung RD Institute Poland
Samsung Electronics
m.were...@partner.samsung.com
---
I should have thought about it in previous commit, sorry for that!
---
src/systemctl/systemctl.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index c9f9981..f09ccca 100644
--- a/src/systemctl/systemctl.c
+++
---
I should have thought about it in previous commit, sorry for that!
since v1:
* fixed typo
---
src/systemctl/systemctl.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index c9f9981..f09ccca 100644
--- a/src/systemctl/systemctl.c
---
src/tmpfiles/tmpfiles.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c
index 555347a..4a1ce36 100644
--- a/src/tmpfiles/tmpfiles.c
+++ b/src/tmpfiles/tmpfiles.c
@@ -119,6 +119,14 @@ static const char
---
NEWS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index d44e6fe..8f81ec1 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,7 @@ CHANGES WITH 206:
* systemctl now supports filtering the unit list output by
load state, active state and sub state,
This patch makes it possible to set extended attributes on files created
by tmpfiles. This can be especially used to set SMACK security labels on
volatile files and directories.
It is done by adding new line of type t. Such line should contain
attributes in Argument field, using following format:
This patch makes it possible to set extended attributes on files created
by tmpfiles. This can be especially used to set SMACK security labels on
volatile files and directories.
It is done by adding new line of type t. Such line should contain
attributes in Argument field, using following format:
---
TODO | 3 ---
src/core/namespace.c | 12 +++-
src/shared/conf-parser.c | 27 +--
3 files changed, 28 insertions(+), 14 deletions(-)
diff --git a/TODO b/TODO
index 9bc14fd..97f2bcf 100644
--- a/TODO
+++ b/TODO
@@ -287,9 +287,6 @@
---
v2:
- modify manpage
---
TODO | 3 ---
man/systemd.exec.xml | 6 +-
src/core/namespace.c | 12 +++-
src/shared/conf-parser.c | 27 +--
4 files changed, 33 insertions(+), 15 deletions(-)
diff --git a/TODO b/TODO
index
This patch makes it possible to set extended attributes on files created
by tmpfiles. This can be especially used to set SMACK security labels on
volatile files and directories.
It is done by adding new line of type t. Such line should contain
attributes in Argument field, using following format:
10.12.2013 at 20:48 Lennart Poettering lenn...@poettering.net wrote:
On Wed, 04.12.13 15:27, Maciej Wereski (m.were...@partner.samsung.com)
wrote:
+#ifdef HAVE_XATTR
+static int get_xattrs_from_arg(Item *i){
+_cleanup_free_ char *xattr = NULL;
+_cleanup_strv_free_ char
11.12.2013 at 15:15 Lennart Poettering lenn...@poettering.net wrote:
On Wed, 11.12.13 14:24, Maciej Wereski (m.were...@partner.samsung.com)
wrote:
+xattr = new0(char, strlen(i-argument)+1);
+if (!xattr)
+return log_oom();
+
+tmp = strv_split(i
---
src/systemctl/systemctl.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index ef0cbc5..e529095 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -5879,7 +5879,6 @@ static int runlevel_parse_argv(int argc, char
to `setns'
collect2: error: ld returned 1 exit status
make[2]: *** [pam_systemd.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
for details please see commit 4ec181a0065102ccb0a8992ed9f2fa4860e44b43
regards,
--
Maciej Wereski
Samsung RD Institute Poland
Samsung Electronics
Hello,
16.05.2013 at 12:02 m.were...@partner.samsung.com wrote:
From: Maciej Wereski m.were...@partner.samsung.com
This allows to show only units with specified SUB or ACTIVE state.
I've found 2 typos. I'll upload patch v2 soon.
--
Maciej Wereski
Samsung RD Institute Poland
Samsung
This patch makes it possible to set extended attributes on files created
by tmpfiles. This can be especially used to set SMACK security labels on
volatile files and directories.
To keep backwards compatibility Argument field is used. If word starts
with xattr=, then it is cut out from Argument
it be return r? If it's not, then should I add comment, that
it's on purpose?
regards,
Maciej
--
Maciej Wereski
Samsung RD Institute Poland
Samsung Electronics
m.were...@partner.samsung.com
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http
This patch makes it possible to set extended attributes on files created
by tmpfiles. This can be especially used to set SMACK security labels on
volatile files and directories.
It is done by adding new line of type t. Such line should contain
attributes in Argument field, using following format:
this issue?
regards,
--
Maciej Wereski
Samsung RD Institute Poland
Samsung Electronics
m.were...@partner.samsung.com
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
,
--
Maciej Wereski
Samsung RD Institute Poland
Samsung Electronics
m.were...@partner.samsung.com
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
regards,
--
Maciej Wereski
Samsung RD Institute Poland
Samsung Electronics
m.were...@partner.samsung.com
This patch makes it possible to set extended attributes on files created
by tmpfiles. This can be especially used to set SMACK security labels on
volatile files and directories.
It is done by adding new line of type t. Such line should contain
attributes in Argument field, using following format:
10.11.2014 at 23:55 Lennart Poettering lenn...@poettering.net wrote:
On Thu, 30.10.14 12:21, Maciej Wereski (m.were...@partner.samsung.com)
wrote:
+static int get_xattrs_from_arg(Item *i) {
+_cleanup_free_ char *xattr = NULL;
+const char *p;
+int n
This patch makes it possible to set extended attributes on files created
by tmpfiles. This can be especially used to set SMACK security labels on
volatile files and directories.
It is done by adding new line of type t. Such line should contain
attributes in Argument field, using following format:
This patch makes it possible to set extended attributes on files created
by tmpfiles. This can be especially used to set SMACK security labels on
volatile files and directories.
It is done by adding new line of type t. Such line should contain
attributes in Argument field, using following format:
This patch makes it possible to set extended attributes on files created
by tmpfiles. This can be especially used to set SMACK security labels on
volatile files and directories.
It is done by adding new line of type t. Such line should contain
attributes in Argument field, using following format:
This patch makes it possible to set extended attributes on files created
by tmpfiles. This can be especially used to set SMACK security labels on
volatile files and directories.
It is done by adding new line of type t. Such line should contain
attributes in Argument field, using following format:
---
src/core/load-fragment.c | 14 --
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c
index 90bf563..6108d12 100644
--- a/src/core/load-fragment.c
+++ b/src/core/load-fragment.c
@@ -1203,21 +1203,15 @@ int
in strneq. Or please at
least change that:
-else if (streq(word, private))
+ else if (streq(t, private))
regards,
--
Maciej Wereski
Samsung RD Institute Poland
Samsung Electronics
m.were...@partner.samsung.com
___
systemd
is stabilizing we
plan to restart the efforts with libdbus. Kdbus in glib is more mature, if
you'd like to see it, you'll find it in official repo:
https://git.gnome.org/browse/glib/log/?h=wip/kdbus-junk
We will discuss it with dbus upstream.
cheers,
--
Maciej Wereski
Samsung RD Institute
on armv7l and aarch64. As a workaround I
had to disable Link Time Optimizations.
Tizen 3.0:
gcc 4.9.2
binutils 2.24.90
cheers,
--
Maciej Wereski
Samsung RD Institute Poland
Samsung Electronics
m.were...@partner.samsung.com
___
systemd-devel mailing list
Dnia wtorek, 17 lutego 2015 17:23:55 Lennart Poettering pisze:
On Tue, 17.02.15 17:13, Maciej Wereski (m.were...@partner.samsung.com)
wrote:
Hello,
Dnia poniedziaĆek, 16 lutego 2015 23:59:56 Lennart Poettering pisze:
Note that this version is not available in Fedora F22/F23 yet
40 matches
Mail list logo