Skip to content

Commit

Permalink
make.globals: disable FEATURES="sfperms" by default
Browse files Browse the repository at this point in the history
Removing the read bit from suid binaries has questionable security
benefit, and may cause problems for some software.

Bug: https://bugs.gentoo.org/938164
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
  • Loading branch information
floppym committed Nov 11, 2024
1 parent 6648a0d commit 149971c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Release notes take the form of the following optional categories:
* Bug fixes
* Cleanups

Security:
* make.globals: disable FEATURES="sfperms" by default (bug #938164).

Bug fixes:
* depgraph: Ignore blockers when computing virtual deps visibility (PR #1387).

Expand Down
3 changes: 1 addition & 2 deletions cnf/make.globals
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs
config-protect-if-modified distlocks ebuild-locks
fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict
network-sandbox news parallel-fetch pkgdir-index-trusted pid-sandbox
preserve-libs protect-owned qa-unresolved-soname-deps
sandbox sfperms strict
preserve-libs protect-owned qa-unresolved-soname-deps sandbox strict
unknown-features-warn unmerge-logs unmerge-orphans userfetch
userpriv usersandbox usersync"

Expand Down

0 comments on commit 149971c

Please sign in to comment.