Bug 190945 - su -m <username> not working in jail
Summary: su -m <username> not working in jail
Status: Closed DUPLICATE of bug 190944
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 10.0-RELEASE
Hardware: Any Any
: Normal Affects Many People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2014-06-11 18:56 UTC by harrison
Modified: 2014-06-13 04:47 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description harrison 2014-06-11 18:56:35 UTC
I am unable to run 
`/usr/bin/su -m www echo "test"` while inside a jail using the latest 10.0-RELEASE patch.

I recieve a permission denied error.
current su 
-r-sr-xr-x  1 root  wheel  17216 Mar 23 19:16 /usr/bin/su*


old su which works:
-r-sr-xr-x  1 root  wheel  17216 Mar 14 11:53 /usr/bin/su*



In a jail under:
FreeBSD recon 10.0-RELEASE-p4 FreeBSD 10.0-RELEASE-p4 #0: Tue Jun  3 13:14:57 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

with /etc/fstab.<jailname>
/jails/basejail /jails/recon/basejail nullfs ro 0 0

and inside the jail
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-06-13 04:47:58 UTC

*** This bug has been marked as a duplicate of bug 190944 ***