chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd5e383
)
Fix compilation w/o smack (#8593)
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Wed, 28 Mar 2018 10:54:26 +0000
(12:54 +0200)
committer
Sven Eden
<yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000
(16:47 +0200)
src/basic/smack-util.c
patch
|
blob
|
history
diff --git
a/src/basic/smack-util.c
b/src/basic/smack-util.c
index 682a612b10ef068182085aefb29c7f6d0dd68784..d59b412f976c4bf71c2771175f2aea1df1a6e326 100644
(file)
--- a/
src/basic/smack-util.c
+++ b/
src/basic/smack-util.c
@@
-253,7
+253,7
@@
int mac_smack_apply_pid(pid_t pid, const char *label) {
}
#endif // 0
-int mac_smack_fix(const char *path,
bool ignore_enoent, bool ignore_erof
s) {
+int mac_smack_fix(const char *path,
LabelFixFlags flag
s) {
return 0;
}