similar to: Samba and Linux ACLs

Displaying 20 results from an estimated 2000 matches similar to: "Samba and Linux ACLs"

2001 Oct 28
4
Extended Attributes and Access Control Lists
Hello, I have today released an initial version of extended attributes and access control lists for ext3 (patch against the 2.4.13-ac3 kernel). Eric Jarman <ejarman@acm.org> has contributed a lot to this effort. Since I'm not very much into the innards of ext3, can some of you please take a look at the patch, and see whether it contains any flaws (and tell me which flaws)? Thanks! The
2005 Dec 02
1
[PATCH] ext3 doc: user_xattr and acl options are not on by default
Documentation/ext3.txt suggests that the "user_xattr" and "acl" mount options are on by default. This doesn't seem to be the case, as the kernel deduces the default mount options from the filesystem superblock, and mke2fs does not appear to write any default mount options there. This error was spotted by Jacques de Mer. Signed-off-by: Daniel Drake <dsd at
2015 Jan 16
3
PXE Error Reporting
Hi, On 01/16/2015 12:19 AM, Sebastian Herbszt wrote: > Andreas Gruenbacher wrote: >> "Loading <FILE>... failed: No such file or directory" when the TFTP >> server replies with "Permission denied" for the kernel or initrd. > [...] > > The (almost untested) patch below should fix this. hmm, probably close but I still get the same "No such file
2002 May 09
1
Which filesystem supports ACL?
Which filesystem supports ACL? Ext2/ext3 with the acl.bestbits.at patch, XFS and what other? Does 2.4.18 supports XFS or do you need a patch for it? What about ACL on XFS? Do you need a patch? Is there any filesystem that supports ACL, that the kernel supports without patches? Any place I can find a comparison of different filesystems with advantage and disadvantage of each? The Filesystems HOWTO
2015 Jan 20
5
PXE Error Reporting
On 01/20/2015 12:17 PM, Andreas Gruenbacher wrote: > On 01/20/2015 09:13 PM, H. Peter Anvin wrote: >> I can't remember, but I have a vague recollection that someone >> specifically requested that EACCES be treated the same as ENOENT... > > If that is really necessary then please don't report that condition as > "file not found"; it's really
2002 Feb 04
1
ACLs as Standard Component in ext3?
To all: I was wondering if there was any talk regarding the possible inclusion into either kernel 2.4.x or 2.5.x of a general and standard ACL interface for file system security. I've used the ACL patch from acl.bestbits.at on ext3 & love it dearly except for the quota issues. Despite those issues I absolutely could not live without ACL's on large file servers with a few hundred or
2002 Aug 26
6
ACL support?
Is it still true that in order for a Linux hosted Samba server to have NT ACL support, the Linux box must have an ACL aware file system such as XFS or Andreas Gruenbacher's kernel patch ("POSIX ACL")? I read this in chapter 4 of "Teach Yourself Samba in 24 Hours". In the time since that book was written, has an easier method been developed, or has a
2015 Jan 16
0
PXE Error Reporting
Hello Andreas, Andreas Gruenbacher wrote: > Hi, > > On 01/16/2015 12:19 AM, Sebastian Herbszt wrote: > > Andreas Gruenbacher wrote: > >> "Loading <FILE>... failed: No such file or directory" when the TFTP > >> server replies with "Permission denied" for the kernel or initrd. > > [...] > > > > The (almost untested) patch
2015 Jan 21
2
PXE Error Reporting
On 01/20/2015 02:45 PM, Andreas Gruenbacher wrote: > > Sorry, but people with such stupid requirements just shouldn't be > supported. The approach may look alright in a few specific scenarios at > the cost of everyone else. > That is a pretty harsh statement. That is effectively saying "my use case matters more than anyone else's." -hpa
2003 Apr 08
3
ACL: some maybe stupid questions
Hi. I want to use ACL on my RH-9.0 box (x86), so I got ext3 ACL patch from http://acl.bestbits.at/ and tried to apply it to the kernel that ships with RH (2.4.20-8). The patching fails on some vm file so I got a vanila kernel 2.4.20, apply the patch and compile it. This works fine. Also RH-9.0 precompiled Samba 2.2.7 works fine with ACL. I connected to my share with WinXP and do some testing
2015 Jan 18
2
PXE Error Reporting
Hi, On 01/17/2015 12:57 AM, Sebastian Herbszt wrote: >> On 01/16/2015 12:19 AM, Sebastian Herbszt wrote: >>> Andreas Gruenbacher wrote: >>>> "Loading <FILE>... failed: No such file or directory" when the TFTP >>>> server replies with "Permission denied" for the kernel or initrd. >>> [...] >>> >>> The
2001 Jun 24
1
ext3 and acls?
I tried running ext3 with posix acls (see http://acl.bestbits.at). The patches were easily merged and everything compiled fine. I created a journal.dat on my /home fs and mounted it as ext3. So far everything worked perfectly. But getfacl/setfacl didn't work on ext3. Mounting /home as ext2 solved the problem. Maybe ext3 and ext2 don't share enough code to get it working without rewriting
2001 Oct 26
1
Using ACLs with Samba 2.2.2 on a 2.4.10 Kernel
Hello out there again! I have a problem with ACLs: I build Samba 2.2.2 with ACL support. ACLs are 0.7.21 (from acl.bestbits.at) on a 2.4.10 Kernel. ACLs are working fine within Linux. When I connect to a Samba share from a Windows NT Workstation or Server, I only see the three standard acls representing world, group and owner. I have several files with acls for testing but non of this acls is
2005 Aug 23
1
Minor fs/Kconfig cleanup
Hello, the current ocfs2 code nicely adds "select JBD" for EXT3_FS, but doesn't remove the following line, which is obsolete after that. Here's a patch: Index: linux-2.6.12/fs/Kconfig =================================================================== --- linux-2.6.12.orig/fs/Kconfig +++ linux-2.6.12/fs/Kconfig @@ -140,7 +140,6 @@ config EXT3_FS_SECURITY config JBD
2015 Jan 14
0
PXE Error Reporting
Hello Andreas, Andreas Gruenbacher wrote: > Hello, > > I've recently ran into a problem trying to boot over TFTP using > pxelinux.0. On the console, I got the following message: > > Could not find ramdisk image: initramfs-3.10.0-123.13.2el7.x86_64 > > It took me a while to figure out that the file *could* be found but that > the file permissions were set
2015 Jan 15
0
PXE Error Reporting
Hello Andreas, Andreas Gruenbacher wrote: > Sebastian, > > On 01/15/2015 12:49 AM, Sebastian Herbszt wrote: > > which version of pxelinux were you trying? Looks like < 5.x. > > the one from Fedora 20, syslinux-4.05. > > It turns out that pxelinux.0 from Fedora 21, syslinux-6.03, reports > "Failed to load ldlinux.c32" when ldlinux.c32 can't be
2015 Jan 20
0
PXE Error Reporting
On Tue, Jan 20, 2015 at 3:55 PM, H. Peter Anvin <hpa at zytor.com> wrote: > On 01/20/2015 12:17 PM, Andreas Gruenbacher wrote: >> On 01/20/2015 09:13 PM, H. Peter Anvin wrote: >>> I can't remember, but I have a vague recollection that someone >>> specifically requested that EACCES be treated the same as ENOENT... >> >> If that is really necessary
2015 Jan 21
0
PXE Error Reporting
On 01/21/2015 09:56 AM, H. Peter Anvin wrote: > On 01/20/2015 02:45 PM, Andreas Gruenbacher wrote: >> >> Sorry, but people with such stupid requirements just shouldn't be >> supported. The approach may look alright in a few specific scenarios at >> the cost of everyone else. > > That is a pretty harsh statement. That is effectively saying "my use >
2024 Feb 09
1
rsync replacing symlinks without warning (resend)
On Sun, Feb 4, 2024 at 7:20?PM Kevin Korb via rsync <rsync at lists.samba.org> wrote: > rsync's -v is fairly useless. Learn to use -i instead or in addition to. Well, note that I didn't say anything about the lib/ directory in that command; it's just that rsync decided to remove the symlink component from the path lib/modules/. Wouldn't it be more useful to make it
2015 May 13
1
Posix vs. Windows File/Directory Permissions
Le 13/05/2015 17:41, Rowland Penny a ?crit : > a = access > c = control > l = list > > access control list OR permissions > > lower case for UNIX, > UPPER CASE for Windows OK? I guess I should stop here. But please don't forget to send a patch to Andreas Gruenbacher, the setfacl man page author since he states ? This utility sets Access Control Lists (ACLs) of files