diff options
author | Gordon Ross <Gordon.Ross@Sun.COM> | 2010-03-26 20:19:35 -0400 |
---|---|---|
committer | Gordon Ross <Gordon.Ross@Sun.COM> | 2010-03-26 20:19:35 -0400 |
commit | 42d159821800ff240cc201c8fe07f575b9e8a62b (patch) | |
tree | a4e901af0d3640fb37060cb6a0a085bcb2fd18c5 /usr/src/pkg/manifests/system-file-system-smb.mf | |
parent | 1e81ac6e0a5d3782b6bdbcc7e2cbda4fda909ab9 (diff) | |
download | illumos-joyent-42d159821800ff240cc201c8fe07f575b9e8a62b.tar.gz |
6905120 mount -F smbfs as the Primary Administrator renders the mount point owned by root.
6912466 mount of share from Quantel server fails
6927024 Should defend against opens without closes
6935160 smbfs does not compile with gcc
Diffstat (limited to 'usr/src/pkg/manifests/system-file-system-smb.mf')
-rw-r--r-- | usr/src/pkg/manifests/system-file-system-smb.mf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/pkg/manifests/system-file-system-smb.mf b/usr/src/pkg/manifests/system-file-system-smb.mf index cc6be650f8..852d5f7223 100644 --- a/usr/src/pkg/manifests/system-file-system-smb.mf +++ b/usr/src/pkg/manifests/system-file-system-smb.mf @@ -72,8 +72,8 @@ $(i386_ONLY)file path=usr/kernel/kmdb/smbfs group=sys mode=0555 file path=usr/lib/$(ARCH64)/libsmbfs.so.1 file path=usr/lib/fs/smbfs/$(ARCH64)/libshare_smbfs.so.1 file path=usr/lib/fs/smbfs/libshare_smbfs.so.1 -file path=usr/lib/fs/smbfs/mount mode=0555 -file path=usr/lib/fs/smbfs/umount mode=0555 +file path=usr/lib/fs/smbfs/mount mode=4555 +file path=usr/lib/fs/smbfs/umount mode=4555 file path=usr/lib/libsmbfs.so.1 file path=usr/lib/mdb/kvm/$(ARCH64)/nsmb.so mode=0555 file path=usr/lib/mdb/kvm/$(ARCH64)/smbfs.so mode=0555 |