Page MenuHomeFreeBSD

install: handle -m +X more accurately
ClosedPublic

Authored by kevans on Oct 18 2023, 6:33 AM.
Tags
None
Referenced Files
F131774950: D42273.diff
Sat, Oct 11, 1:48 AM
Unknown Object (File)
Fri, Oct 10, 11:58 AM
Unknown Object (File)
Sat, Oct 4, 8:28 PM
Unknown Object (File)
Wed, Sep 17, 6:49 PM
Unknown Object (File)
Sun, Sep 14, 9:54 AM
Unknown Object (File)
Sep 4 2025, 10:54 PM
Unknown Object (File)
Aug 21 2025, 1:45 PM
Unknown Object (File)
Aug 2 2025, 1:58 PM
Subscribers

Details

Summary

As described by chmod(1), +X in the mode may be used to optionally set
the +x bit if the file is a directory if any of the execute/search bits
are set in the original mode. The latter is not applicable because we
assume -m is a fresh mask, but a functional +X could be useful in the
former case if we're passing along a common INSTALL_MODE that's designed
to install either 0644 or 0755 depending simply on whether it's a
directory or not.

Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable