projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
946f8e1
)
basic/mountpoint-util: whitelist 'exfat' in fstype_can_uid_gid
author
Mike Gilbert
<floppym@gentoo.org>
Wed, 1 May 2019 18:15:44 +0000
(14:15 -0400)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Mon, 6 May 2019 14:43:22 +0000
(16:43 +0200)
src/basic/mountpoint-util.c
patch
|
blob
|
history
diff --git
a/src/basic/mountpoint-util.c
b/src/basic/mountpoint-util.c
index 5ac9293167153824722093e9dcb3a38f023e803e..cb8ddccecde63304d55f9bf4b8a040002651977b 100644
(file)
--- a/
src/basic/mountpoint-util.c
+++ b/
src/basic/mountpoint-util.c
@@
-359,6
+359,7
@@
bool fstype_can_uid_gid(const char *fstype) {
return STR_IN_SET(fstype,
"adfs",
+ "exfat",
"fat",
"hfs",
"hpfs",