Changeset 77 for trunk/samba/source/include/privileges.h
- Timestamp:
- Sep 30, 2007, 3:42:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/include/privileges.h
r1 r77 11 11 This program is free software; you can redistribute it and/or modify 12 12 it under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22 along with this program. If not, see <http://www.gnu.org/licenses/>. 24 23 */ 25 24 … … 62 61 #define SE_TAKE_OWNERSHIP { { 0x00000800, 0x00000000, 0x00000000, 0x00000000 } } 63 62 64 /* defined in lib/privilegs.c */ 63 /* defined in lib/privilegs_basic.c */ 64 65 extern const SE_PRIV se_priv_all; 65 66 66 67 extern const SE_PRIV se_priv_none;
Note:
See TracChangeset
for help on using the changeset viewer.