
Advanced Permissions - konqueror
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is an idea for adding the acl (Access Control List) support in konqueror. Using the permissions tab on the file properties, is only possible to set the standard Unix permission. The acl was ignored. I realized an example to include acl support to the "Advanced Permissions" window in the permissions tab on the file's properties. The screenshot shows the actual "Advanced Permissions" window and my idea.
I'll appreciate your comment.
xfury
14 years ago
Report
worm75011
15 years ago
can you tell me what is the directory i must put your file
Your idea is very good
thx
worm
Report
sgrayban
15 years ago
Report
tisource
15 years ago
Ext2/3 and Reiser don't support multiple ACLs per each file, as far as I know.
Cool concept...
Report
krusher
15 years ago
Report
tisource
15 years ago
I thought that the FS supported extended meta-data, and that some programs added meta-data, which they interpret as acls. I know samba can be configured to do that.
Of course, I am by no means an expert on the issue. That is just the impression I was under. If I added acl's through samba, and then did a 'ls -l' from the cmd line, I didn't see the additional acls.
Report
uhu01
13 years ago
No, ext2/3/4, reiserfs and xfs (and maybe also others have Posix ACL Extensions. Depending on your Distribution you maybe have to recompile your kernel, but on most you just have to add "acl" to the mount options in fstab.
You may also have to install the getafcl/setafcl tools to be able to use ACL's. It's also possible to compile ACL Support into most packages, e.g. samba. On Windows you see the same ACL as on linux if you have ACL support enabled.
Report
harmer
15 years ago
Report
DigitalPenguin
16 years ago
Report
DigitalPenguin
16 years ago
Report
mabs
16 years ago
http://bugs.kde.org/show_bug.cgi?id=6976
Report
jones
16 years ago
Report
milou
16 years ago
Report
seb
16 years ago
Report
fprog26
16 years ago
but also add a octal textfield
that changes upon the checkbox.
so we see 0755
and RWX,R-X,R-X
Great work!
Fred.
Report
noop
16 years ago
I would like to help with this if I can - I know C++, but have never hacked seriously on KDE before (a couple of patches here and there).
Report
robzilla
16 years ago
Report
ChiaJesus
16 years ago
-Chia
Report
jaune
16 years ago
Did you will implement this feature?
Report
jos
16 years ago
Report
redrat
16 years ago
Report
Michel
16 years ago
Report
epoch
16 years ago
Report
iPaqTux
16 years ago
Report
ggb2g
16 years ago
I believe that we need to have ACL in the kernel to use it on Linux, but we can probably use it already on samba partitions.
Report