Page MenuHomeFreeBSD

devfs.rules: Do not expose "log" in the default devfs rules.
ClosedPublic

Authored by zlei on Mar 15 2022, 9:27 AM.
Tags
Referenced Files
F154933824: D34563.id106317.diff
Thu, Apr 30, 4:00 AM
F154751029: D34563.id.diff
Wed, Apr 29, 9:14 AM
Unknown Object (File)
Tue, Apr 28, 8:37 PM
Unknown Object (File)
Tue, Apr 28, 1:24 PM
Unknown Object (File)
Tue, Apr 28, 6:30 AM
Unknown Object (File)
Sun, Apr 26, 4:20 AM
Unknown Object (File)
Fri, Apr 17, 9:04 PM
Unknown Object (File)
Fri, Apr 17, 7:35 AM

Details

Summary

/etc/rc.d/jail no longer creates /dev/log as a symbolic link since commit 84b354cb9ab61224713c159b1484e8f070fd37be.

PR: 228351

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zlei requested review of this revision.Mar 15 2022, 9:27 AM
markj added a subscriber: markj.

Seems reasonable. I think /dev/log is legacy anyway.

This revision is now accepted and ready to land.Mar 18 2022, 6:53 PM

I do not have direct access to the repository, @markj may you please commit this?

Seems reasonable. I think /dev/log is legacy anyway.

does that mean i don't have to change anything about D27411 once this gets committed?

In D34563#799891, @me_igalic.co wrote:

Seems reasonable. I think /dev/log is legacy anyway.

does that mean i don't have to change anything about D27411 once this gets committed?

I think it is D35305 .

In D34563#799888, @zlei.huang_gmail.com wrote:

I do not have direct access to the repository, @markj may you please commit this?

My apologies for the delay. Thanks for the patch.

I think this patch also apply to stable/12.
I'd like to MFC it to stable/12, @markj do you have any objections ?

In D34563#865612, @zlei wrote:

I think this patch also apply to stable/12.
I'd like to MFC it to stable/12, @markj do you have any objections ?

No objection from me. /dev/log was removed long enough ago that this should be fine.