search for: agruen

Displaying 20 results from an estimated 27 matches for "agruen".

Did you mean: gruen
2003 Apr 02
2
[Acl-Devel] mask ACL
...between (a) what stat(2) reports and `ls -l' displays, and (b) the ACL entries. Also check section "ACCESS CHECK ALGORITHM" on the resulting permissions. There is also some more extensive coverage under "New ACL chapter in the SuSE manuals" and "http://www.suse.de/~agruen/acl/overview/" at <http://www.suse.de/~agruen/acl/>. > # file: winfile > # owner: 504 > # group: 500 > user::rwx > group::rw- #effective:--- > mask::--- > other::rw- > > Is there anyway that I can not have the effective rights mask overwrite the > group...
2007 May 27
3
Use metadata files in Samba
Hello, Often people (or applications) want to store additional information about a file. E.g. history, approval state, search tags, etc. Some file formats offer to integrate these metadata, some not (e.g. exif- headers, id3, etc.). My idea would be to create an additional <filename.xyz>.meta file next to a <filename.xyz> in the same folder. If the <filename.xyz> gets
2017 Mar 20
4
Skip ACL checks
...do > your ACLs look like? > Thanks for clarifying. We use NFSv4 compliant ACLs that can be accessed via the nfs4-acl-tools. I found the existing NFSv4 ACL VFS module in Samba (nfs4acl_xattr), which seems to be build on a different implementation. The referenced website ( http://www.suse.de/~agruen/nfs4acl/) does not exist anymore and the xattr to access ACLs is different (system.nfs4acl for nfs4acl_xattr and system.nfs4_acl for nfs4-acl-tools). Is this a known issue? Kind regards, Christoph -- Quobyte GmbH, Berlin, AG Charlottenburg HRB 149012 B, Jan Stender, Felix Hupfeld, Bjoern Kolbe...
2017 Mar 20
0
Skip ACL checks
...s for clarifying. We use NFSv4 compliant ACLs that can be > accessed via > the nfs4-acl-tools. > > I found the existing NFSv4 ACL VFS module in Samba (nfs4acl_xattr), > which > seems to be build on a different implementation. The referenced > website ( > http://www.suse.de/~agruen/nfs4acl/) does not exist anymore and the > xattr > to access ACLs is different (system.nfs4acl for nfs4acl_xattr and > system.nfs4_acl for nfs4-acl-tools). Is this a known issue? Is it just an issue with the name, or is the on-disk format different as well? Thanks, Andrew Bartlett --...
2005 Aug 23
1
Minor fs/Kconfig cleanup
...Kconfig +++ linux-2.6.12/fs/Kconfig @@ -140,7 +140,6 @@ config EXT3_FS_SECURITY config JBD tristate - default EXT3_FS help This is a generic journaling layer for block devices. It is currently used by the ext3 and OCFS2 file systems, but it could Cheers, -- Andreas Gruenbacher <agruen@suse.de> SUSE Labs, SUSE LINUX PRODUCTS GMBH
2004 Dec 07
1
symlink permissions
When CONFIG_EXT3_FS_POSIX_ACL is not defined, ext3_init_acl() is an inline function in fs/ext3/acl.h which doesn't check if a file is a symlink before applying umask. I've always liked my acls to be available (so never noticed), but came across this recently when trying to explain why RedHat Enterprise 3's BOOT kernel creates symlinks 755 during kickstart. I'm *assuming* this is
2005 Oct 28
2
Samba with Acl`s
Helo All. I need help to use Samba with Acl`s in Linux. In my shares, our users create any folders all time, its a problem for me. I want to block this with Samba + Acl?s per user ? Is possible to make this ? Thanks -- Alexandre Andrade S?o Paulo - SP BSD User: 051253 Linux User: 390467 alexandresp@gmail.com
2006 Nov 28
0
suggestion: hide Unix UGO permissions when mode is 0
I had been thinking this would be a good idea, but figured if it could be easily done, then it would be done already. Then I came across this article: http://www.suse.de/~agruen/acl/linux-acls/online/ which has this to say: ----------------------- The mapping between POSIX and Windows ACLs described here is found in this form in the SuSE and the UnitedLinux products, while the official version of Samba has not yet integrated all the improvements recently made: [snip...
2005 Mar 25
1
[PATCH] kfree() NULL pointer cleanups - no need to check - fs/ext3/
kfree() handles NULL pointers fine - checking is redundant. Signed-off-by: Jesper Juhl <juhl-lkml at dif.dk> --- linux-2.6.12-rc1-mm3-orig/fs/ext3/acl.c 2005-03-02 08:37:55.000000000 +0100 +++ linux-2.6.12-rc1-mm3/fs/ext3/acl.c 2005-03-25 22:41:41.000000000 +0100 @@ -197,8 +197,7 @@ ext3_get_acl(struct inode *inode, int ty acl = NULL; else acl = ERR_PTR(retval); - if (value) -
2017 Mar 16
2
Skip ACL checks
Hi all, I am wondering if there is a way to bypass Samba's ACL checks and delegate access control completely to the underlying file system. My problem arises from the following scenario: Our file system implements ACLs that are to the best of my knowledge currently not readable by any of the existing VFS modules. When trying to access a file with an ACL going beyond the file's POSIX
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
2006 Oct 03
3
change_sacl_perms() and ACLs from Solaris to 2.6 Linux
I've found an error: ACLs are not properly preserved when a file is moved from Solaris to a 2.6 Linux (I'm testing using CentOS 4 update 3 plus updates). This is using 2.6.8 built with the acl patch on both platforms. The file on the source Solaris machine: [truffle:/opt]# getfacl /xxx/x # file: /xxx/x # owner: root # group: other user::rw- user:httpd:r-x #effective:r--
2005 Nov 16
3
Backup Tape
I am at my final stages of switching my file server from my ageing Novell Netware 5.0 to Linux Suse SLE9. All my workstations are WinXP and Win2000 so I am relying on samba for file sharing. My last stage to resolve is having a backup strategy for the server. I already have a SCSI HP Dat drive I can install in the server but need some easy to use software to back my files. It would need to be able
2009 Jul 07
5
Permission problem
Hi, I have to solve an apparently simple permission problem, and I don't know if it's the sunny weather or birdsong, well... I just can't figure it out. Here goes. I have a bunch of users in a public library. Some are "administrators": they handle the library, write the docs for everyone, etc. Then you have the "agents", who take care of lending books and
2008 Oct 17
3
[PATCH 0/3] ocfs2: add security EA and ACL support v3
Hi, These three patches fix the problems in the version two. And them base on the Tao's patches: ocfs2/xattr: xattr improvement The first patch fix some problem in xattr code. The second patch add security EA support. The third patch add ACL support. Best regards, tiger
2005 Apr 27
23
xen on suse 9.3 and software raid
Has anyone had issues starting xen0 on a md? I have installed it a few times now w/ and w/o raid. Anytime I have a raid1 mirror, Xen panics on boot when trying to mount /. It gets past waiting for /dev/md0 to appear. John _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Apr 27
23
xen on suse 9.3 and software raid
Has anyone had issues starting xen0 on a md? I have installed it a few times now w/ and w/o raid. Anytime I have a raid1 mirror, Xen panics on boot when trying to mount /. It gets past waiting for /dev/md0 to appear. John _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...lger <adilger@dilger.ca> Andreas Dilger <adilger@whamcloud.com> Andreas Dumberger <andreas.dumberger@tqs.de> Andreas Eversberg <andreas@eversberg.eu> Andreas Eversberg <jolly@eversberg.eu> Andreas Fleig <andreasfleig@gmail.com> Andreas Gruenbacher <agruen@linbit.com> Andreas Hartmann <andihartmann@01019freenet.de> Andreas Heider <andreas@meetr.de> Andreas Herrmann <andreas.herrmann3@amd.com> Andreas Herrmann <herrmann.der.user@googlemail.com> Andreas Hübner <andreas@k4n.de> Andreas Larsson <andreas@gai...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...amcloud.com> Andreas Dumberger <andreas.dumberger@tqs.de> Andreas Eversberg <andreas@eversberg.eu> Andreas Eversberg <jolly@eversberg.eu> Andreas Fenkart <andreas.fenkart@streamunlimited.com> Andreas Fleig <andreasfleig@gmail.com> Andreas Gruenbacher <agruen@linbit.com> Andreas Hartmann <andihartmann@01019freenet.de> Andreas Heider <andreas@meetr.de> Andreas Herrmann <andreas.herrmann3@amd.com> Andreas Herrmann <herrmann.der.user@googlemail.com> Andreas Hübner <andreas@k4n.de> Andreas Larsson <andreas@gai...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...amcloud.com> Andreas Dumberger <andreas.dumberger@tqs.de> Andreas Eversberg <andreas@eversberg.eu> Andreas Eversberg <jolly@eversberg.eu> Andreas Fenkart <andreas.fenkart@streamunlimited.com> Andreas Fleig <andreasfleig@gmail.com> Andreas Gruenbacher <agruen@linbit.com> Andreas Hartmann <andihartmann@01019freenet.de> Andreas Heider <andreas@meetr.de> Andreas Herrmann <andreas.herrmann3@amd.com> Andreas Herrmann <herrmann.der.user@googlemail.com> Andreas Hübner <andreas@k4n.de> Andreas Larsson <andreas@gai...