| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/chattr/ |
| H A D | chattr_002_neg.ksh | 43 # 2. Use chattr to make them writable, immutable and appendonly 47 set -A files writable immutable append 64 log_must user_run $QUSER1 touch $TESTDIR/writable 68 log_must chattr -i $TESTDIR/writable 72 log_must user_run $QUSER1 chattr -i $TESTDIR/writable 73 log_must user_run $QUSER1 chattr -a $TESTDIR/writable 77 log_mustnot user_run $QUSER1 chattr +i $TESTDIR/writable 78 log_mustnot user_run $QUSER1 chattr +a $TESTDIR/writable
|
| H A D | chattr_001_pos.ksh | 43 # 2. Use chattr to make them writable, immutable and appendonly 47 set -A files writable immutable append 70 log_must touch $TESTDIR/writable 75 log_must chflags noschg $TESTDIR/writable 79 log_must chattr -i $TESTDIR/writable 84 log_must eval "echo test > $TESTDIR/writable" 85 log_must eval "echo test >> $TESTDIR/writable"
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyUtil.h | 232 // * writable -- read and write operations are permitted. 269 // Returns true if this vector is writable. 270 bool writable() const { return Data && Data->NumRefs == 1; } in writable() function 290 // Make this vector writable, creating a copy if needed. 319 // Clear vector. The vector must be writable. 321 assert(writable() && "Vector is not writable!"); in clear() 325 // Push a new element onto the end. The vector must be writable. 327 assert(writable() && "Vector is not writable!"); in push_back() 332 // The vector must be writable. 334 assert(writable() && "Vector is not writable!"); in elem() [all …]
|
| /freebsd/tests/sys/fifo/ |
| H A D | fifo_io.c | 69 * writable but not readable. 72 * writable. 862 poll_status(int fd, int *readable, int *writable, int *exception, in poll_status() argument 876 *writable = (fds[0].revents & POLLOUT) ? 1 : 0; in poll_status() 882 select_status(int fd, int *readable, int *writable, int *exception, in select_status() argument 901 *writable = FD_ISSET(fd, &writefds) ? 1 : 0; in select_status() 951 kqueue_status(int kqueue_fd, int fd, int *readable, int *writable, in kqueue_status() argument 968 *readable = *writable = *exception = 0; in kqueue_status() 976 *writable = 1; in kqueue_status() 1000 #define WRITABLE 1 macro [all …]
|
| /freebsd/contrib/pjdfstest/tests/granular/ |
| H A D | 03.t | 24 # Unlink allowed on writable directory. 30 # Moving file elsewhere allowed on writable directory. 37 # Moving file from elsewhere allowed on writable directory. 42 # on writable directory. 62 # DELETE_CHILD denies unlink on writable directory. 74 # to a writable directory. 78 # to a writable directory overwriting local file. 92 # Same for moving the file from elsewhere into a writable
|
| H A D | 05.t | 24 # Unlink allowed on writable directory. 30 # Moving directory elsewhere allowed on writable directory. 38 # Moving directory from elsewhere allowed on writable directory. 45 # on writable directory. 66 # DELETE_CHILD denies unlink on writable directory. 79 # to a writable directory. 83 # to a writable directory overwriting local directory. 98 # Same for moving the directory from elsewhere into a writable
|
| /freebsd/sys/kern/ |
| H A D | uipc_mbuf2.c | 90 * XXX: M_TRAILINGSPACE/M_LEADINGSPACE only permitted on writable ext_buf. 97 int writable; in m_pulldown() local 134 * XXX: This code is flawed because it considers a "writable" mbuf in m_pulldown() 137 * mbuf, it is still not considered "writable." in m_pulldown() 139 * EXT_CLUSTER. Anything else makes it non-writable. in m_pulldown() 143 * If we're writable, we're sure we're writable, because the ref. count in m_pulldown() 146 * writable, we may eventually become writable )if the ref. count drops in m_pulldown() 151 writable = 0; in m_pulldown() 154 writable = 1; in m_pulldown() 208 && writable) { in m_pulldown() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zoned_uid/ |
| H A D | zoned_uid_018_pos.ksh | 40 # 5. Verify clone exists and is writable 92 # Step 5: Verify clone exists and is writable 102 # Verify writable: create a child under the clone from namespace 107 log_fail "Clone is not writable from namespace" 109 log_note "Clone is writable from namespace"
|
| /freebsd/contrib/sendmail/include/sm/ |
| H A D | errstring.h | 43 #define E_SM_WWDIR (E_PSEUDOBASE + 5) /* World writable directory */ 44 #define E_SM_GWDIR (E_PSEUDOBASE + 6) /* Group writable directory */ 46 #define E_SM_WWFILE (E_PSEUDOBASE + 8) /* World writable file */ 47 #define E_SM_GWFILE (E_PSEUDOBASE + 9) /* Group writable file */
|
| /freebsd/crypto/krb5/src/util/profile/ |
| H A D | profile.hin | 67 (profile_t profile, int *writable); 197 * Optional: Determine if a profile is writable. If not implemented, the 198 * profile is never writable. 201 (*profile_writable_fn)(void *cbdata, int *writable); 262 /* Methods for writable profiles. */ 263 profile_writable_fn writable;
|
| /freebsd/tests/sys/cddl/zfs/tests/snapshot/ |
| H A D | clone_001_pos.ksh | 45 # 3. Verify the cloned file system is writable 88 log_assert "Verify a cloned file system is writable." 124 log_note "Verify the ${args[i+3]} directory is writable" 138 log_pass "The clone file system is writable."
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | clone_001_pos.ksh | 48 # 3. Verify the cloned file system is writable 111 log_assert "Verify a cloned file system is writable." 152 log_note "Verify the ${args[i+3]} directory is writable" 170 log_pass "The clone file system is writable."
|
| /freebsd/contrib/sendmail/libsm/ |
| H A D | errstring.c | 82 return "World writable directory"; 85 return "Group writable directory"; 91 return "World writable file"; 94 return "Group writable file";
|
| /freebsd/contrib/sendmail/include/sendmail/ |
| H A D | sendmail.h | 47 #define SFF_SAFEDIRPATH 0x00000100L /* no writable directories allowed */ 49 #define SFF_NOWLINK 0x00000400L /* links only in non-writable dirs */ 50 #define SFF_NOGWFILES 0x00000800L /* disallow world writable files */ 51 #define SFF_NOWWFILES 0x00001000L /* disallow group writable files */
|
| /freebsd/include/rpcsvc/ |
| H A D | nis_cache.x | 46 %/* the file be writable, but we don't want a world-writable cache file. */ 47 %/* So... everyone agrees to use a different, world-writable file for the */
|
| /freebsd/lib/libutil/ |
| H A D | _secure_path.c | 34 * 2. Owned and writable only by root (or given owner) 35 * 3. Group ownership is given group or is non-group writable 58 msg = "%s: %s is world writable"; in _secure_path()
|
| /freebsd/libexec/rc/rc.d/ |
| H A D | tmp | 62 # If we do not have a writable /tmp, create a memory 64 # then it should already be writable). 73 echo "*** /tmp is a symlink to a non-writable area!"
|
| /freebsd/lib/geom/union/ |
| H A D | gunion.8 | 67 utility is used to track changes to a read-only disk on a writable disk. 68 Logically, a writable disk is placed over a read-only disk. 69 Write requests are intercepted and stored on the writable disk. 71 on the top (writable disk) and if found are returned. 127 The first device given is used as the top device and must be writable.
|
| /freebsd/contrib/sendmail/src/ |
| H A D | SECURITY | 39 avoid problems with a world-writable directory. It is however 40 sufficient to have a set-group-ID program and a group-writable 53 gid: 25) program to allow for queueing mail in a group-writable 69 smmsp with group smmsp and is group writable. The client mail 70 queue directory must be writable by smmsp, but it must not be
|
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | Filesystem.cpp | 113 // Simulate file creation to see if Path is writable. 115 // Determining whether a file is writable or not is amazingly hard, 120 // file is writable. So we'll let FileOutputBuffer do the work. 124 // if the given file is writable. in tryCreateFile()
|
| /freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
| H A D | qcom,qfprom.yaml | 62 # needs to be provided. If the QFPROM is writable then all 4 regions 73 # Clock must be provided if QFPROM is writable from the OS image. 79 # Supply reference must be provided if QFPROM is writable from the OS image.
|
| /freebsd/share/man/man7/ |
| H A D | mitigations.7 | 165 Under the W^X mitigation, memory pages may be writable (W) or executable (E), 168 designated as writable, and writing or modification of memory is restricted in 181 Allow 32-bit processes to map pages simultaneously writable and executable. 183 Allow 64-bit processes to map pages simultaneously writable and executable. 199 may be made writable by a future 214 writable.
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | objdir-writable.mk | 1 # $NetBSD: objdir-writable.mk,v 1.7 2022/02/09 21:24:29 rillig Exp $ 3 # test checking for writable objdir
|
| /freebsd/share/man/man5/ |
| H A D | a.out.5 | 63 Contains initialized data; always loaded into writable memory. 141 The kernel loads both text and data segments into writable memory. 147 and loads the data into writable memory at the next 154 while pages from the data segment are writable. 166 The kernel loads the program so that this amount of writable memory
|
| /freebsd/crypto/openssh/ |
| H A D | sshd.8 | 894 directory, or the user's home directory are writable 909 The file should be writable 920 This file should be writable only by root/the owner and 926 This file should be writable only by the user, and need not be 938 It should only be writable by root. 981 These files should be world-readable but writable only by 996 This file should be writable only by root/the owner and 1010 This file should be writable only by root, and should be world-readable. 1018 and not group or world-writable.
|