~ubuntu-branches/ubuntu/precise/open-vm-tools/precise

« back to all changes in this revision

Viewing changes to lib/include/procMgr.h

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-03-31 14:20:05 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110331142005-3n9red91p7ogkweo
Tags: 2011.03.28-387002-0ubuntu1
* Merge latest upstream git tag.  This has the unlocked_ioctl change
  needed to fix dkms build failures (LP: #727342)
* Changes in debian/rules:
  - work around a bug in toolbox/Makefile, where install-exec-hook is
    not happening.  This needs to get fixed the right way.
  - don't install 'vmware-user' which seems to no longer exist
  - move /etc/xdg into open-vm-toolbox (which should be done using .install)
* debian/open-vm-tools.init: add 'modprobe [-r] vmblock'. (LP: #332323)
* debian/rules and debian/open-vm-toolbox.lintian-overrides:
  - Make vmware-user-suid-wrapper suid-root (LP: #332323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
    * environment.
106
106
    */
107
107
   char **envp;
 
108
 
 
109
   /*
 
110
    * If non-NULL, the directory to be changed to before the process is
 
111
    * started.
 
112
    */
 
113
   char *workingDirectory;
108
114
#endif
109
115
} ProcMgr_ProcArgs;
110
116
 
139
145
                                  AuthToken token);
140
146
Bool ProcMgr_ImpersonateUserStop(void);
141
147
#endif
 
148
Bool ProcMgr_GetImpersonatedUserInfo(char **username, char **homeDir);
142
149
 
143
150
#endif /* __PROCMGR_H__ */