summaryrefslogtreecommitdiff
path: root/source3/include/privileges.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-09-02 12:53:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:03:29 -0500
commite722cb25d8b2584a21dc6b4ecbca3b04c4dcb2c1 (patch)
treee348cd9c2ab8f5fbabf4814cdd028f5f7b731c2a /source3/include/privileges.h
parenta3ef9eb6dd8b7afe405f0c3e174b319051a3676b (diff)
downloadsamba-e722cb25d8b2584a21dc6b4ecbca3b04c4dcb2c1.tar.gz
samba-e722cb25d8b2584a21dc6b4ecbca3b04c4dcb2c1.tar.bz2
samba-e722cb25d8b2584a21dc6b4ecbca3b04c4dcb2c1.zip
r9952: Adapt better to the Windows way of taking and assigning ownership:
* Users with SeRestorePrivilege may chown files to anyone (be it as a backup software or directly using the ownership-tab in the security acl editor on xp), while * Users with SeTakeOwnershipPrivilege only can chown to themselves. Simo, Jeremy. I think this is correct now. Guenther (This used to be commit 1ef7a192eed457d302a08c692bb54a73a1af4afd)
Diffstat (limited to 'source3/include/privileges.h')
-rw-r--r--source3/include/privileges.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/privileges.h b/source3/include/privileges.h
index 052cbb6c5f..3f425f6d72 100644
--- a/source3/include/privileges.h
+++ b/source3/include/privileges.h
@@ -70,6 +70,7 @@ extern const SE_PRIV se_add_users;
extern const SE_PRIV se_disk_operators;
extern const SE_PRIV se_remote_shutdown;
extern const SE_PRIV se_restore;
+extern const SE_PRIV se_take_ownership;
/*