diff options
Diffstat (limited to 'src/shared/cgroup-show.c')
-rw-r--r-- | src/shared/cgroup-show.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/cgroup-show.c b/src/shared/cgroup-show.c index c7e63be508..bdc35492d0 100644 --- a/src/shared/cgroup-show.c +++ b/src/shared/cgroup-show.c @@ -127,7 +127,7 @@ static int show_cgroup_name( bool delegate = false; int r; - r = getxattr_malloc(path, "trusted.delegate", &b, false); + r = lgetxattr_malloc(path, "trusted.delegate", &b); if (r < 0) { if (r != -ENODATA) log_debug_errno(r, "Failed to read trusted.delegate extended attribute: %m"); |