Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #84808 > unrolled thread

Looking For ACLs

Started byLawrence D’Oliveiro <ldo@nz.invalid>
First post2026-03-31 06:33 +0000
Last post2026-04-01 23:06 +0000
Articles 6 — 4 participants

Back to article view | Back to comp.os.linux.misc


Contents

  Looking For ACLs Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-03-31 06:33 +0000
    Re: Looking For ACLs "Carlos E.R." <robin_listas@es.invalid> - 2026-03-31 11:41 +0200
      Re: Looking For ACLs Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-03-31 08:54 -0700
      Re: Looking For ACLs Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-03-31 21:26 +0000
    Re: Looking For ACLs jayjwa <jayjwa@atr2.ath.cx.invalid> - 2026-04-01 18:19 -0400
      Re: Looking For ACLs Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-04-01 23:06 +0000

#84808 — Looking For ACLs

FromLawrence D’Oliveiro <ldo@nz.invalid>
Date2026-03-31 06:33 +0000
SubjectLooking For ACLs
Message-ID<10qfprk$343hg$1@dont-email.me>
I did a hunt through some likely places on my Linux installation,
looking for files or directories which have ACLs attached, just to
test some software of mine.

And there doesn’t seem to be a lot on a basic Linux installation. The
systemd journal area has some, as does the LXC container-building
cache. But nothing else, at least in /var, /etc or /usr, that I can
see.

[toc] | [next] | [standalone]


#84827

From"Carlos E.R." <robin_listas@es.invalid>
Date2026-03-31 11:41 +0200
Message-ID<2fhs9mx0o2.ln2@Telcontar.valinor>
In reply to#84808
On 2026-03-31 08:33, Lawrence D’Oliveiro wrote:
> I did a hunt through some likely places on my Linux installation,
> looking for files or directories which have ACLs attached, just to
> test some software of mine.
> 
> And there doesn’t seem to be a lot on a basic Linux installation. The
> systemd journal area has some, as does the LXC container-building
> cache. But nothing else, at least in /var, /etc or /usr, that I can
> see.

/dev should have some.

-- 
Cheers, Carlos.
ES🇪🇸, EU🇪🇺;

[toc] | [prev] | [next] | [standalone]


#84885

FromBobbie Sellers <bliss-sf4ever@dslextreme.com>
Date2026-03-31 08:54 -0700
Message-ID<10qgqnl$3fh6p$1@dont-email.me>
In reply to#84827

On 3/31/26 02:41, Carlos E.R. wrote:
> On 2026-03-31 08:33, Lawrence D’Oliveiro wrote:
>> I did a hunt through some likely places on my Linux installation,
>> looking for files or directories which have ACLs attached, just to
>> test some software of mine.
>>
>> And there doesn’t seem to be a lot on a basic Linux installation. The
>> systemd journal area has some, as does the LXC container-building
>> cache. But nothing else, at least in /var, /etc or /usr, that I can
>> see.
> 
> /dev should have some.
> 

	My distro, PCLinuxOS recently changed its Installation method
and published a multi-language document to aid the newer users and
older ones who did not pay much attention to the changes described
at our online Forum.  Anyone can access it at the following URL:
<https://ftp.nluug.nl/pub/os/Linux/distr/pclinuxos/pclinuxos/iso/>
as well as the several iso files in the mainline.  We have other
Desktop Environments as well but less accessible as well as
a Debian based distribution to get stuff from those capacious
Debian repositories.  The Forum can be accessed without registration
but full participation requires registration.

bliss- Dell Precision 7730- PCLOS 2026.03- Linux 6.12.79 pclos1- KDE 
Plasma 6.6.3

[toc] | [prev] | [next] | [standalone]


#84915

FromLawrence D’Oliveiro <ldo@nz.invalid>
Date2026-03-31 21:26 +0000
Message-ID<10qhe5k$3m51a$6@dont-email.me>
In reply to#84827
On Tue, 31 Mar 2026 11:41:22 +0200, Carlos E.R. wrote:

> On 2026-03-31 08:33, Lawrence D’Oliveiro wrote:
>>
>> I did a hunt through some likely places on my Linux installation,
>> looking for files or directories which have ACLs attached, just to
>> test some software of mine.
>>
>> And there doesn’t seem to be a lot on a basic Linux installation.
>> The systemd journal area has some, as does the LXC
>> container-building cache. But nothing else, at least in /var, /etc
>> or /usr, that I can see.
>
> /dev should have some.

Yes, I see a bunch of them, thanks.

[toc] | [prev] | [next] | [standalone]


#85073

Fromjayjwa <jayjwa@atr2.ath.cx.invalid>
Date2026-04-01 18:19 -0400
Message-ID<878qb6wcgm.fsf@atr2.ath.cx>
In reply to#84808
Lawrence D’Oliveiro <ldo@nz.invalid> writes:

> I did a hunt through some likely places on my Linux installation,
> looking for files or directories which have ACLs attached, just to
> test some software of mine.
They have "+" after the permissions listing area.

crw-rw----+  1 root   video    81,   0 Mar 19 13:00 video0
crw-rw----+  1 root   video    81,   1 Mar 19 13:00 video1

getfacl /dev/video0
getfacl: Removing leading '/' from absolute path names
# file: dev/video0
# owner: root
# group: video
user::rw-
user:jayjwa:rw-
group::rw-
mask::rw-
other::---

-- 
PGP Key ID: 781C A3E2 C6ED 70A6 B356  7AF5 B510 542E D460 5CAE
       "The Internet should always be the Wild West!"

[toc] | [prev] | [next] | [standalone]


#85077

FromLawrence D’Oliveiro <ldo@nz.invalid>
Date2026-04-01 23:06 +0000
Message-ID<10qk8e3$kpq6$3@dont-email.me>
In reply to#85073
On Wed, 01 Apr 2026 18:19:21 -0400, jayjwa wrote:

> Lawrence D’Oliveiro <ldo@nz.invalid> writes:
>
>> I did a hunt through some likely places on my Linux installation,
>> looking for files or directories which have ACLs attached, just to
>> test some software of mine.
>>
> They have "+" after the permissions listing area.

One of those tests was a simple script that produced no output, but
returned a success exit status if the file/directory it was given had
an ACL attached, or a failure status if not.

I then used this script with the -exec option to the “find” command,
to do a scan of my filesystem.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.os.linux.misc


csiph-web