Bug 214802 - emulators/linux_base-c6: The port changes permisstion for /tmp directory from 01777 to 0755
Summary: emulators/linux_base-c6: The port changes permisstion for /tmp directory from...
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-24 10:43 UTC by mail_of_sergey
Modified: 2017-01-20 17:21 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (emulation)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mail_of_sergey 2016-11-24 10:43:37 UTC
#mtree -f /etc/mtree/BSD.root.dist -p / -e
mtree: etc/ntp: Permission denied

#make reinstall -C /usr/ports/emulators/linux_base-c6

#mtree -f /etc/mtree/BSD.root.dist -p / -e
tmp:    permissions (01777, 0755)
Comment 1 Tijl Coosemans freebsd_committer freebsd_triage 2017-01-14 15:13:29 UTC
There's no file named tmp in the linux_base package, so the only way I can think of that can cause this is that you symlinked something in /compat/linux to /tmp or perhaps /compat/linux/dev to /dev and then /dev/shm to /tmp.
Comment 2 mail_of_sergey 2017-01-20 17:21:27 UTC
It was possible. After new install OS the bug not present.