|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
&& hasmntopt (mntent, "user") != hasmntopt (mntent, "user_xattr"))
|
|
|
|
|
|| hasmntopt (mntent, "users") != NULL
|
|
|
|
|
|| hasmntopt (mntent, "owner") != NULL
|
|
|
|
|
+ || hasmntopt (mntent, "console") != NULL
|
|
|
|
|
+ || hasmntopt (mntent, "pamconsole") != NULL
|
|
|
|
|
#endif
|
|
|
|
|
) {
|
|
|
|
|
mount_entry->is_user_mountable = TRUE;
|
|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
&& hasmntopt (&mntent, "user") != hasmntopt (&mntent, "user_xattr"))
|
|
|
|
|
|| hasmntopt (&mntent, "users") != NULL
|
|
|
|
|
|| hasmntopt (&mntent, "owner") != NULL
|
|
|
|
|
+ || hasmntopt (mntent, "console") != NULL
|
|
|
|
|
+ || hasmntopt (mntent, "pamconsole") != NULL
|
|
|
|
|
#endif
|
|
|
|
|
) {
|
|
|
|
|
mount_entry->is_user_mountable = TRUE;
|
|
|
|
|