Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 165369
Collapse All | Expand All

(-)a/tools/hal-storage-mount.c (-1 / +1 lines)
Lines 67-73 #define MOUNT_OPTIONS "noexec,nosuid" Link Here
67
#define MOUNT_TYPE_OPT	"-F"
67
#define MOUNT_TYPE_OPT	"-F"
68
#else
68
#else
69
#define MOUNT		"/bin/mount"
69
#define MOUNT		"/bin/mount"
70
#define MOUNT_OPTIONS	"noexec,nosuid,nodev"
70
#define MOUNT_OPTIONS	"nosuid,nodev"
71
#define MOUNT_TYPE_OPT	"-t"
71
#define MOUNT_TYPE_OPT	"-t"
72
#endif
72
#endif
73
73

Return to bug 165369