mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Damn! As Rod just reminded me, I didn't apply the tweak to make
this obey the mask properly. I had it locally, but not in the diffs I brought across.. :-( Thanks, Rod.
This commit is contained in:
parent
e0adc2d3db
commit
d38820bf43
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10201
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)mount.h 8.13 (Berkeley) 3/27/94
|
||||
* $Id: mount.h,v 1.21 1995/08/11 11:31:13 davidg Exp $
|
||||
* $Id: mount.h,v 1.22 1995/08/23 12:59:52 jkh Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_MOUNT_H_
|
||||
@ -147,12 +147,12 @@ struct mount {
|
||||
*/
|
||||
#define MNT_RDONLY 0x00000001 /* read only filesystem */
|
||||
#define MNT_SYNCHRONOUS 0x00000002 /* file system written synchronously */
|
||||
#define MNT_NOAUTO 0x00000003 /* don't mount with 'mount -a' */
|
||||
#define MNT_NOEXEC 0x00000004 /* can't exec from filesystem */
|
||||
#define MNT_NOSUID 0x00000008 /* don't honor setuid bits on fs */
|
||||
#define MNT_NODEV 0x00000010 /* don't interpret special files */
|
||||
#define MNT_UNION 0x00000020 /* union with underlying filesystem */
|
||||
#define MNT_ASYNC 0x00000040 /* file system written asynchronously */
|
||||
#define MNT_NOAUTO 0x00000080 /* don't mount with 'mount -a' */
|
||||
|
||||
/*
|
||||
* exported mount flags.
|
||||
|
Loading…
Reference in New Issue
Block a user