search for: capget

Displaying 6 results from an estimated 6 matches for "capget".

2008 May 23
1
compile 3.0.28a probs.
Hi all, i have some odd errors i never had before, when compiling samba 3.0.28a first i had an error in oplock_linux.c ------------ :37 error: conflicting types for capget /usr/include/sys/capability.h:111 previous declaration of capget was here :39 error: conflicting types for capset /usr/include/sys/capability.h:110 previous declaration of capset was here -------------- i removed the capset and capget from this linux file, and it continued compiling again. it was...
2011 Jul 19
4
[PATCH v1 0/2] Support dropping of capabilities from early userspace.
...to compile out kernel interfaces that we do not want to expose to the userspace environment, with Alan Cox convincing me that I really just want to disable certain capabilities: https://lkml.org/lkml/2011/7/15/412 Patchset summary ================ syscalls: Add capset and capget run-init: Add drop_capabilities support.
2008 May 27
1
smbldap_open: cannot access LDAP when not root..
Greetings list, I just upgraded my main file server, and copied over a dump of my LDAP database, samba conf files, tdbs, etc. Everything fired up OK and runs, except: -Some users (perhaps 5 or 6 out of 125) can't log in, getting the "domain unavailable" message -I can't rejoin them to the domain - the process appears to succeed, but doesn't -One of the machine accounts
2011 Aug 03
1
[PATCH v2] kinit: Add drop_capabilities support.
...oc files return 0 on successful write(2). - Added a format atttribute to the fail() wrapper for better compiler warnings. - Removed kernel version check. The boot will now always fail if we could not manipulate the usermodehelper settings. - Sent as a single patch as capset/capget are now in klibc master. --- usr/kinit/Kbuild | 1 usr/kinit/capabilities.c | 237 ++++++++++++++++++++++++++++++++++++++++++++++ usr/kinit/kinit.c | 2 usr/kinit/kinit.h | 2 4 files changed, 242 insertions(+), 0 deletions(-) create mode 100644 usr/kinit/capabi...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...FOUND: socket SYSCALL FOUND: fanotify_mark SYSCALL FOUND: finit_module SYSCALL FOUND: syncfs SYSCALL FOUND: setsid SYSCALL FOUND: prof SYSCALL FOUND: subpage_prot SYSCALL FOUND: setfsgid SYSCALL FOUND: epoll_create SYSCALL FOUND: epoll_wait SYSCALL FOUND: tgkill SYSCALL FOUND: flock SYSCALL FOUND: capget SYSCALL FOUND: sethostname SYSCALL FOUND: getpid SYSCALL FOUND: add_key SYSCALL FOUND: getrlimit SYSCALL FOUND: set_robust_list SYSCALL FOUND: waitpid SYSCALL FOUND: tkill TYPE __u32: size 4, sign 0 TYPE cap_user_data_t: size 4, sign 0 TYPE cap_user_header_t: size 4, sign 0 TYPE char *: size 4, sig...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux