Bug 575

Summary: программа не открывает файлы по nfs с выставленным SGID
Product: WINE@Etersoft Reporter: Pavel Vainerman <pv>
Component: ОбщееAssignee: Vitaly Lipatov <lav>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Заявки RT: Связано с:
Дата напоминания:
Bug Depends on:    
Bug Blocks: 576, 584    

Description Pavel Vainerman 2007-05-14 22:04:52 MSD
Ошибка открытия файла c выставленным setgid
с ресурса смонтированного по nfs.
Comment 1 Pavel Vainerman 2007-05-14 22:53:35 MSD
Выдержка из man fcntl:

 To  make  use of mandatory locks, mandatory locking must be enabled both on the file system that contains
       the file to be locked, and on the file itself.  Mandatory locking is enabled on a file system  using  the
       "-o  mand"  option  to mount(8), or the MS_MANDLOCK flag for mount(2).  Mandatory locking is enabled on a
       file by disabling group execute permission on the file and enabling the set-group-ID permission bit  (see chmod(1) and chmod(2)).
Comment 2 Vitaly Lipatov 2007-05-15 17:49:35 MSD
Я так понимаю, чтобы обязательные (mandatory) блокировки не работали (при установленном бите SGID), достаточно смонтировать файловую систему с параметром nomand
Comment 3 Vitaly Lipatov 2007-10-11 20:56:47 MSD
Так и должно быть.