Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steam
systemd
Commits
79c07722
Commit
79c07722
authored
Apr 11, 2012
by
Kay Sievers
Browse files
put acl.la in 'if HAVE_ACL' and rename acl.[ch] to acl-util.[ch]
parent
b30e2f4c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
79c07722
...
...
@@ -629,12 +629,13 @@ libsystemd_audit_la_LIBADD = \
libsystemd-capability.la
# ------------------------------------------------------------------------------
if
HAVE_ACL
noinst_LTLIBRARIES
+=
\
libsystemd-acl.la
libsystemd_acl_la_SOURCES
=
\
src/shared/acl.c
\
src/shared/acl.h
src/shared/acl
-util
.c
\
src/shared/acl
-util
.h
libsystemd_acl_la_CFLAGS
=
\
$(AM_CFLAGS)
\
...
...
@@ -642,6 +643,7 @@ libsystemd_acl_la_CFLAGS = \
libsystemd_acl_la_LIBADD
=
\
$(ACL_LIBS)
endif
# ------------------------------------------------------------------------------
noinst_LTLIBRARIES
+=
\
...
...
src/journal/journald.c
View file @
79c07722
...
...
@@ -51,7 +51,7 @@
#ifdef HAVE_ACL
#include
<sys/acl.h>
#include
<acl/libacl.h>
#include
"acl.h"
#include
"acl
-util
.h"
#endif
#ifdef HAVE_SELINUX
...
...
src/login/logind-acl.c
View file @
79c07722
...
...
@@ -27,7 +27,7 @@
#include
"logind-acl.h"
#include
"util.h"
#include
"acl.h"
#include
"acl
-util
.h"
static
int
flush_acl
(
acl_t
acl
)
{
acl_entry_t
i
;
...
...
src/shared/acl.c
→
src/shared/acl
-util
.c
View file @
79c07722
...
...
@@ -25,7 +25,7 @@
#include
<errno.h>
#include
<stdbool.h>
#include
"acl.h"
#include
"acl
-util
.h"
int
acl_find_uid
(
acl_t
acl
,
uid_t
uid
,
acl_entry_t
*
entry
)
{
acl_entry_t
i
;
...
...
src/shared/acl.h
→
src/shared/acl
-util
.h
View file @
79c07722
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment