Does 4.5 now use access lists instead of file permissions for file security?
Thanks.
--
Peter Ong
http://www.haloflightleader.net
877-836-1827
--
Peter Ong
http://www.haloflightleader.net
877-836-1827
If you want ACLs, I'm afraid you'll have to suffer Windows NT or VMS. Don't
see why you'd ever need them though.
- Philip
--
You may be recognized soon.
Hide!
If they find you, lie.
[...]
> If you want ACLs, I'm afraid you'll have to suffer Windows NT or VMS.
Sometimes they come handy. But mostly you are right.Quote:> Don't see why you'd ever need them though.
RainerQuote:> - Philip
> Or Linux with XFS or with ext2 and the ACL patch. Or search for a
> commercial Unix which supports them (VeritasFS for Solari/Unixware?).
--
Eino Tuominen
>> Or Linux with XFS or with ext2 and the ACL patch. Or search for a
>> commercial Unix which supports them (VeritasFS for Solari/Unixware?).
> Solaris (and AFAIK almost every commersial Unix) supports
> file access control lists on ufs without any third party
> software. Try man setfacl on Solaris. Though not completely
> useless, extensive use of ACL entries will slow down file
> access very badly. Besides, I still have never needed them
> even though I've had them available.
- Philip
--
If one views his problem closely enough he will
recoginize himself as part of the problem.
Hello!
One can _suffer from_ WNT, but apparently cannot _enjoy_ VMS (unless (s)heQuote:> If you want ACLs, I'm afraid you'll have to suffer Windows NT or VMS. Don't
> see why you'd ever need them though.
Sincerely, Dmitry
Atlantis ISP, System Administrator
nic-hdl: LYNX-RIPE
What gave you that idea?Quote:> Does 4.5 now use access lists instead of file permissions for file security?
5.0 may well do - see www.trustedbsd.org for more detail.
--
Quality Control, n.:
The process of testing one out of every 1,000 units coming off
a production line to make sure that at least one out of 100 works.
Rasputin :: Jack of All Trades - Master of Nuns ::
Peter
Quote:> In the last exciting episode of comp.unix.bsd.freebsd.misc,
> Peter Ong said:
> > Does 4.5 now use access lists instead of file permissions for file
security?
> What gave you that idea?
> 5.0 may well do - see www.trustedbsd.org for more detail.
> --
> Quality Control, n.:
> The process of testing one out of every 1,000 units coming off
> a production line to make sure that at least one out of 100 works.
> Rasputin :: Jack of All Trades - Master of Nuns ::
>>Does 4.5 now use access lists instead of file permissions for file security?
> No, access lists are perfectly useless given the strength and flexibility of
> the permission system. Also read the thread starting with:
ACLs can be useful with various applications. A file server is a veryQuote:> If you want ACLs, I'm afraid you'll have to suffer Windows NT or VMS. Don't
> see why you'd ever need them though.
I'd still like to see native ACLs though...they can be quite useful is
some `normal' scenarios as well.
Philip, I'll agree with you that the way the permissions are set now with
4.4, it's very powerful, but to say that ACLs are useless is a bit too far,
wouldn't you say? In any case, we really should find a reason why it would
work rather than not, before we even get to try it.
It just sounded like you blew up there when all I asked was if there was ACL
in 4.5. A simple yes or no would've done it.
(o:`,
Live long and prosper.
Peter
> >>Does 4.5 now use access lists instead of file permissions for file
security?
> > No, access lists are perfectly useless given the strength and
flexibility of
> > the permission system. Also read the thread starting with:
> 5.0 has ACL support. 4.4/4.5 (now sure 'bout any previous ones) have
> `support' for them, with a few syscalls here and there, but no binaries
> as of yet.
> > If you want ACLs, I'm afraid you'll have to suffer Windows NT or VMS.
Don't
> > see why you'd ever need them though.
> ACLs can be useful with various applications. A file server is a very
> good example (if you're into Samba, ACL support in the server translates
> to ACL manipulation support on the client [even Windows]). Though, if
> you're going to use a file server, I'd just as much go for AFS or, my
> new personal favorite, Coda.
> I'd still like to see native ACLs though...they can be quite useful is
> some `normal' scenarios as well.
Isn't it a bit like saying that "Ports is broken; we need to redesignQuote:> What I like about ACLs is that a file can then be owned by more than one
> group. With permissions as they are now, one group one owner is tops.
> Philip, I'll agree with you that the way the permissions are set now
> with 4.4, it's very powerful, but to say that ACLs are useless is a
> bit too far, wouldn't you say? In any case, we really should find a
> reason why it would work rather than not, before we even get to try
> it.
ACLs wind up requiring a combination of:
- A way of storing extra "resource forks" on filesystems;
- Management tools to read and write them;
- Presumably modifications to tar, cpio, and anything else that
serializes data from filesystems to express the new "forks";
- Repeated fiddling around to set up ACLS...
That's rather a lot of work...
--
http://www.ntlug.org/~cbbrowne/emacs.html
"Rather than complaining, I suggest shopping where Linux is
> That's rather a lot of work...
[please don't top-post]
You can put the user in multiple groups though, which makes the layout of theQuote:> What I like about ACLs is that a file can then be owned by more than one
> group. With permissions as they are now, one group one owner is tops.
Useless might have been a poor choice of words. But given the flexibility ofQuote:> Philip, I'll agree with you that the way the permissions are set now with
> 4.4, it's very powerful, but to say that ACLs are useless is a bit too far,
> wouldn't you say? In any case, we really should find a reason why it would
> work rather than not, before we even get to try it.
I didn't blow up, sorry about that :-o I meant 'no', just got a bit e*d,Quote:> It just sounded like you blew up there when all I asked was if there was ACL
> in 4.5. A simple yes or no would've done it.
[...]
- Philip
--
Quit while you're still behind.
Hello!
Create an ACL editor (just like chsh or vipw, don't actually write editor,Quote:> - Management tools to read and write them;
That's true, backup tools should preserve/restore ACLs.Quote:> - Presumably modifications to tar, cpio, and anything else that
> serializes data from filesystems to express the new "forks";
Why fiddle around? ACLs are not going to replace existing file protection.Quote:> - Repeated fiddling around to set up ACLS...
I'm saying "object" instead of "file" because VMS has ACL support not
for files only, but also for devices and shared memory regions. For UNIX,
device ACLs can be associated with special file's nodes, not sure about
shared memory.
Sincerely, Dmitry
Atlantis ISP, System Administrator
nic-hdl: LYNX-RIPE
[...]
Don't forget that you will also have to provide for things to *check* theQuote:> Why fiddle around? ACLs are not going to replace existing file protection.
> If owner/group/filemode protection is acceptable for object, you don't
> _have to_ create an ACL for it!
> I'm saying "object" instead of "file" because VMS has ACL support not
> for files only, but also for devices and shared memory regions. For UNIX,
> device ACLs can be associated with special file's nodes, not sure about
> shared memory.
In UNIX 'everything' is a file, so you wouldn't have too much problems
differentiating between 'files' (stricto senso) and 'other stuff' (i/o,
etc...).
- Philip
--
Any technical problem can be overcome given enough
time and money.
Hello,
I work on a project where the source code is stored in RCS. I'm trying
to write some simple adim scripts that allow a few users in the
project to "lock" all the code. I was thinking that a user could su to
root and lock all code as root. However I'm getting an error message
that puzzles me.
If I'm user USER1 and type
#cd RCSdirectory
#rcs -l RCS/foo.c,v
I get the following message,
rcs error: user USER1 is not on the access list
I'm confused. Why doesn't rcs see me as root?
2. LVD disk not recognized properly
4. MS to Enforce Registration - or Else
6. local packet/socket constituition ...
8. WARNING: Magic Markers are illegal now!
9. Generate IP access list for Netscape proxy from script ?
10. IP Access lists with dtnamic IP addresses?
11. grep: accessing list of files
12. Access List on a Network Printer.
13. Having too many access lists in Linux