Bug 224900 - net/freebsd-uucp: need to set permissions in pkg-plist
Summary: net/freebsd-uucp: need to set permissions in pkg-plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-04 16:32 UTC by Gary
Modified: 2018-01-05 05:54 UTC (History)
0 users

See Also:
dinoex: maintainer-feedback+


Attachments
Patch to freebsd-uucp to add back setuid bits for poudriere builds (724 bytes, text/plain)
2018-01-04 16:32 UTC, Gary
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gary 2018-01-04 16:32:16 UTC
Created attachment 189404 [details]
Patch to freebsd-uucp to add back setuid bits for poudriere builds

recent poudriere is building as the "nobody" user now, not root, which I think is causing freebsd-uucp to get installed with the wrong permissions (nothing is setuid or setgid)

The enclosed patch seems to make the installed permissions match a system which was installed from ports prior to this change
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-01-05 05:17:36 UTC
A commit references this bug:

Author: dinoex
Date: Fri Jan  5 05:16:39 UTC 2018
New revision: 458116
URL: https://svnweb.freebsd.org/changeset/ports/458116

Log:
  - add back setuid bits for poudriere builds
  PR:		224900
  Submitted by:	Gary

Changes:
  head/net/freebsd-uucp/Makefile
  head/net/freebsd-uucp/pkg-plist
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2018-01-05 05:54:28 UTC
Committed, Thanks.