search for: libcap

Displaying 20 results from an estimated 314 matches for "libcap".

2013 Jan 16
5
libguestfs-test-tool error, libcap.so - no such file
Did install from source of libguestfs-1.20.1 on Ubuntu-12.10. And libguestfs-test-tool complains about not finding libcap.so.2 uptime: 2.26 1.00 guestfsd: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory [ 2.277795] Unregister pv shared memory for cpu 0 [ 2.278324] kvm: exiting hardware virtualization [ 2.278763] sd 2:0:1:0: [sdb] Synchronizing SCSI...
2010 Apr 09
0
ANNOUNCE: cifs-utils release 4.3 available for download
...f the problems were issues with the handling of capabilities that prevented credential files from being accessed when mount.cifs was run by root. There are a few other changes: - - credential files accept parameter names consistent with mount options - - some problems with linking are fixed - - libcap-ng is used if it's available -- in the future, I may remove the older libcap code as it's far more difficult to work with. Distros should consider making their cifs-utils packages depend on libcap-ng and building against that. - - the capability bounding set is zeroed out for greater...
2004 Apr 27
2
build problem on SuSE SLES 8 SP3 (s390) - struct statfs redefinition?
Has anyone had any problems building on SuSE SLES 8 for s390 with all patches applied... After applying patches to my build server last night, building samba fails with the following... mycomp:/srv/build/samba-3.0.2a/source # make Using FLAGS = -O -I./popt -Iinclude -I/srv/build/samba-3.0.2a/source/include -I /srv/build/samba-3.0.2a/source/ubiqx -I/srv/build/samba-3.0.2a/source/smbwrapper -I.
2015 Jul 31
1
[Bug 11422] New: Feature request: add support for Linux libcap[-ng]
https://bugzilla.samba.org/show_bug.cgi?id=11422 Bug ID: 11422 Summary: Feature request: add support for Linux libcap[-ng] Product: rsync Version: 3.1.1 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: rsync at sanitarium.net Q...
2009 Jun 23
1
[PATCH] allow disabling libcap support although it's installed
see subject :) patch is in hg export format -- Mierswa, Daniel If you still don't like it, that's ok: that's why I'm boss. I simply know better than you do. --- Linus Torvalds, comp.os.linux.advocacy, 1996/07/22 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dovecot.patch URL:
2006 Oct 10
0
Need for libcap.so.1 in 3.0.23c?
What is the new component that is added in samba 3.0.23c which requires libcap.so.1 ? Thanks, -- Dil
2013 Jan 17
5
A few patches needed for libguestfs 1.20+ on current Debian systems
Here's what I needed to build and run 1.20 on Debian/unstable. Perhaps the libcap2 dependency in the packagelist should only be added if libcap has actually been used in building guestfsd...
2020 Oct 17
1
[PATCH] Use guestfsd binary to auto-generate library dependencies for appliance
.... ifelse(UBUNTU,1,`define(`DEBIAN',1)') ifelse(REDHAT,1, - augeas-libs cryptsetup cryptsetup-luks dnl old name used before Fedora 17 dhclient @@ -32,28 +31,20 @@ ifelse(REDHAT,1, gfs2-utils grub hfsplus-tools - hivex iproute iputils - jansson kernel - libcap - libldm - libtirpc nilfs-utils ntfsprogs ntfs-3g ntfs-3g-system-compression openssh-clients - pcre policycoreutils reiserfs-utils - libselinux syslinux-extlinux systemd dnl for /sbin/reboot and udevd vim-minimal xz - yara zfs-fuse ) @@ -79,1...
2010 Mar 08
3
Security problem with Samba on Linux - affects 3.5.0, 3.4.6 and 3.3.11
...smbd processes to inherit CAP_DAC_OVERRIDE capabilities, allowing all file system access to be allowed even when permissions should have denied access. Please note this security problem does not affect any platform that does not support capabilities and platforms where binaries were built without libcap support. Also note that 3.4.5 and prior 3.4.x versions and 3.3.10 and prior 3.3.x versions are NOT affected. How did this happen ? --------------------- Our testing procedures failed. Errors in code always happen, and we guard against them by writing tests which we run against the code continuou...
2010 Mar 08
3
Security problem with Samba on Linux - affects 3.5.0, 3.4.6 and 3.3.11
...smbd processes to inherit CAP_DAC_OVERRIDE capabilities, allowing all file system access to be allowed even when permissions should have denied access. Please note this security problem does not affect any platform that does not support capabilities and platforms where binaries were built without libcap support. Also note that 3.4.5 and prior 3.4.x versions and 3.3.10 and prior 3.3.x versions are NOT affected. How did this happen ? --------------------- Our testing procedures failed. Errors in code always happen, and we guard against them by writing tests which we run against the code continuou...
2016 Jul 20
0
[Bug 2600] New: Use Linux capabilities to revoke additional permissions from chrooted users
...Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: jjelen at redhat.com Created attachment 2857 --> https://bugzilla.mindrot.org/attachment.cgi?id=2857&action=edit Configure integration of libcap-ng and its usage related to chroot This report is closely related to the bug #2482, reported some time ago and it is attempting to resolve old chicken-egg problem with chroot (in combination with SELinux), but it can make sense also to the normal Linux to drop additional privileges earlier (or in...
2007 Feb 23
0
Simple patch
...t capabilities that aren't needed (inspired by a similar patch against the mpm_itk project!). Possibly it is a little too restrictive, extras can be added to suidcaps, but on platforms that support capabilities this will prevent things such as kernel module loading. Needed on linux is libcap, available in most distros. Note that this patch doesn't require libcap, or add an option, but if it is installed then it will take advantage of it. I don't have any other platforms to test on. The patch compiles fine but I haven't managed to test it yet. My autoconf experie...
2010 Aug 22
2
Build failure building dbox and gnutls
...fdir=/etc/dovecot --localstatedir=/var --libexecdir=/usr/lib --with-moduledir=/usr/lib/dovecot/modules --with-zlib --with-sqlite --with-ssl=openssl --with-ssldir=/etc/ssl --with-gssapi --with-pam --with-bzlib --with-docs --without-mysql --without-vpopmail --without-sia --without-bsdauth --with-libcap --with-ioloop=epoll --with-storages=maildir,mbox,dbox,mdbox For the dbox build error, the log states: libdovecot-storage.so: undefined reference to `dbox_storage' Configure: http://pastie.org/1106301 - Make: http://pastie.org/private/qtt76kxomhmwqwii20oroq Configure: ./configure --prefix=/...
2011 Jan 21
0
ANNOUNCE: cifs-utils release 4.8.1 available for download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It turns out that the 4.8 release had some mis-generated autoconf files. In particular, the aclocal files for libcap-ng were not properly included. This would lead to mount.cifs not being built with support for dropping capabilities via libcap-ng. This minor release fixes that and only that. People who install mount.cifs as a setuid root program should consider upgrading (unless they did an autoreconf or simila...
2005 Feb 03
3
bandwidth for each individual IP
Hello! I''m using a Slackware Linux as a router and 50 IP addresses for my LAN Clients. Is there any program i can install that will be able to tell me: how much (ie. kbps) each individual IP is using at moment t?
2015 Mar 16
0
Re: Can't create any KVM template due to the error with libguestfs
...created: newer or same age version exists cpio: etc/guestfsd.suppressions not created: newer or same age version exists 3629 blocks [root@fr1 tmp]# ldd /tmp/sbin/guestfsd linux-vdso.so.1 => (0x00007fff9e9d4000) libacl.so.1 => /lib64/libacl.so.1 (0x00007f2689b64000) libcap.so.2 => /lib64/libcap.so.2 (0x00007f2689960000) libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f2689740000) libaugeas.so.0 => /usr/lib64/libaugeas.so.0 (0x00007f26894f3000) libhivex.so.0 => /usr/lib64/libhivex.so.0 (0x00007f26892e3000) librt.so.1 =>...
2016 Mar 22
2
samba 4.4rcx WINS nsswitch module
...5-- REDIR: 0x4018a90 (ld-linux-x86-64.so.2:index) redirected to 0x4c2c810 (index) --3135-- REDIR: 0x4018b10 (ld-linux-x86-64.so.2:strcmp) redirected to 0x4c2ddb0 (strcmp) --3135-- REDIR: 0x4019c40 (ld-linux-x86-64.so.2:mempcpy) redirected to 0x4c30950 (mempcpy) --3135-- Reading syms from /usr/lib64/libcap.so.2.22 --3135-- object doesn't have a symbol table --3135-- Reading syms from /usr/lib64/libidn.so.11.6.11 --3135-- object doesn't have a symbol table --3135-- Reading syms from /usr/lib64/libc-2.17.so --3135-- Reading syms from /usr/lib64/libattr.so.1.1.0 --3135-- object doesn...
2009 Jul 29
1
winbind + rpc windows
...r--p 00014000 09:02 25166131 /lib/libresolv-2.9.so 7fdcfbd39000-7fdcfbd3a000 rw-p 00015000 09:02 25166131 /lib/libresolv-2.9.so 7fdcfbd3a000-7fdcfbd3c000 rw-p 7fdcfbd3a000 00:00 0 7fdcfbd3c000-7fdcfbd40000 r-xp 00000000 09:02 25166750 /lib/libcap.so.2.11 7fdcfbd40000-7fdcfbf3f000 ---p 00004000 09:02 25166750 /lib/libcap.so.2.11 7fdcfbf3f000-7fdcfbf40000 r--p 00003000 09:02 25166750 /lib/libcap.so.2.11 7fdcfbf40000-7fdcfbf41000 rw-p 00004000 09:02 25166750 /lib/libcap.so.2.11 7fdcfb...
2015 Jul 20
1
building samba git master: error with pyldb-util/ldb
...ge you are referring to but I didn't look at anything on the samba wiki. Build-Depends: bison, comerr-dev, debhelper (>> 9), docbook-xml, docbook-xsl, faketime, flex, heimdal-dev, heimdal-multidev (>= 1.6~), libacl1-dev, libaio-dev [linux-any], libattr1-dev, libblkid-dev, libbsd -dev, libcap-dev [linux-any], libctdb-dev (>= 2), libcups2-dev, libgnutls28-dev, libheimntlm0-heimdal (>= 1.6~), libldap2-dev, libldb -dev (>= 2:1.1.20~), libncurses5-dev, libntdb-dev (>= 1.0), libpam0g -dev, libparse-yapp-perl, libpopt-dev, libreadline-dev, libsubunit-dev, libtalloc-dev (>= 2.1....
2016 Mar 22
7
samba 4.4rcx WINS nsswitch module
WINS nsswitch module -------------------- The WINS nsswitch module has been rewritten to address memory issues and to simplify the code. The module now uses libwbclient to do WINS queries. This means that winbind needs to be running in order to resolve WINS names using the nss_wins module. This does not affect smbd. my problem: old versions >> ping google.com >> PING google.com