basic/mountpoint-util: whitelist 'exfat' in fstype_can_uid_gid

This commit is contained in:
Mike Gilbert 2019-05-01 14:15:44 -04:00 committed by Zbigniew Jędrzejewski-Szmek
parent 946f8e14d5
commit 5797a12223

View file

@ -359,6 +359,7 @@ bool fstype_can_uid_gid(const char *fstype) {
return STR_IN_SET(fstype,
"adfs",
"exfat",
"fat",
"hfs",
"hpfs",