00:22
cmonroe has quit [Read error: Connection reset by peer]
00:22
cmonroe has joined #openwrt-devel
01:33
kwz has joined #openwrt-devel
01:34
khrbtxyz has quit [Read error: Connection reset by peer]
01:34
khrbtxyz has joined #openwrt-devel
01:34
ssterling has joined #openwrt-devel
01:50
Nilsro_ has joined #openwrt-devel
01:53
Nilsro has quit [Ping timeout: 480 seconds]
02:24
rua has quit [Quit: Leaving.]
02:27
rua has joined #openwrt-devel
02:30
n3ph has quit [Read error: No route to host]
02:49
rua has joined #openwrt-devel
04:20
rua has quit [Quit: Leaving.]
04:21
dansan has joined #openwrt-devel
05:04
Stat_headcrabbed has joined #openwrt-devel
05:22
sorinello has joined #openwrt-devel
05:40
<
ynezz >
dwfreed: well, by "That icon button makes the UI inconsistent" I've meant exactly that
05:42
<
dwfreed >
yeah, but I don't think the UI should have icons like that ever
05:42
merbanan has quit [Read error: Connection reset by peer]
05:42
<
dwfreed >
even if done consistently
05:43
merbanan has joined #openwrt-devel
06:02
valku has quit [Quit: valku]
06:06
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
06:38
rua has joined #openwrt-devel
06:57
Stat_headcrabbed has joined #openwrt-devel
07:23
burlak2 has joined #openwrt-devel
07:32
PaulFertser has joined #openwrt-devel
07:43
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
08:30
frytaped has quit [Remote host closed the connection]
08:31
robimarko has joined #openwrt-devel
08:39
n3ph has joined #openwrt-devel
08:48
frytaped has joined #openwrt-devel
09:04
dansan has quit [Remote host closed the connection]
09:07
dansan has joined #openwrt-devel
09:23
Stat_headcrabbed has joined #openwrt-devel
09:24
Stat_headcrabbed has quit []
10:28
Stat_headcrabbed has joined #openwrt-devel
10:47
<
f00b4r0 >
dwfreed: fully agree, text+icon is madness
11:07
rua has quit [Quit: Leaving.]
11:55
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
12:01
opty has joined #openwrt-devel
12:01
<
opty >
should i worry about 'Pseudo file "dev" exists in source filesystem "/home/opty/tmp/openwrt-imagebuilder-24.10.1-ramips-mt7621.Linux-x86_64/build_dir/target-mipsel_24kc_musl/root-ramips/dev".\nIgnoring, exclude it (-e/-ef) to override.'?
12:27
aiyion_ has quit [Ping timeout: 480 seconds]
12:27
lemoer has quit [Ping timeout: 480 seconds]
12:31
aiyion_ has joined #openwrt-devel
12:37
lemoer has joined #openwrt-devel
12:41
FiniteField has joined #openwrt-devel
12:53
FiniteField[m] has quit [Quit: Reconnecting]
12:53
FiniteField[m] has joined #openwrt-devel
13:01
Stat_headcrabbed has joined #openwrt-devel
13:21
FiniteField has quit [Quit: FiniteField]
13:25
MAbeeTT has joined #openwrt-devel
13:25
rua has joined #openwrt-devel
13:27
MAbeeTT4 has quit [Ping timeout: 480 seconds]
14:11
valku has joined #openwrt-devel
14:21
goliath has joined #openwrt-devel
14:30
rua has quit [Ping timeout: 480 seconds]
14:42
rua has joined #openwrt-devel
14:56
lucascastro has joined #openwrt-devel
14:58
rua has quit [Ping timeout: 480 seconds]
15:02
rua has joined #openwrt-devel
15:44
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
15:58
lucascastro has quit [Remote host closed the connection]
15:58
lucascastro has joined #openwrt-devel
15:59
goliath has quit [Quit: SIGSEGV]
16:14
rua has quit [Quit: Leaving.]
16:18
rua has joined #openwrt-devel
16:18
lucas_ has joined #openwrt-devel
16:25
lucascastro has quit [Ping timeout: 480 seconds]
16:37
lucas_ has quit [Remote host closed the connection]
16:37
lucas_ has joined #openwrt-devel
16:45
<
grift >
that access vector should currently be allowed but the underlying issue is unclear
16:45
<
robimarko >
It just warns but still works or?
16:46
<
grift >
since its an sd storage device i assume it might be an extroot scenario
16:46
<
grift >
well its blocked access but i suppose not fatal
16:46
<
grift >
point is that currently sys.subj is allowed to watch unlabeled dirs
16:47
<
grift >
and that the underlying issue that caused /etc/hotplug.d to be unlabeled is currently unclear
16:47
<
robimarko >
Sadly, anything SELinux related is outside of my knowledge
16:47
<
grift >
it may be an issue with some target that uses sd storage device for / or it may be a extroot that isnt setup properly
16:49
<
grift >
just ignore it for now theres not much i can do without more info anyway
16:50
<
robimarko >
Ok, my goal currently is to basically get it compiling with GCC14 again
16:50
<
grift >
nice thanks for that
16:50
<
robimarko >
After malta builds I will merge it
16:50
<
grift >
i posted a patchset earlier on mailing list but it was rejecte
16:51
<
grift >
theres some weird issue where libsepol only builds in a clean tree
16:51
<
grift >
thats probably not going to be visible in the github ci since i suppose that uses a clean tree
16:52
<
grift >
i suspect it has to do with how flex is handled in openwrt
16:52
<
robimarko >
That is interesting
16:52
<
robimarko >
How can I reproduce it?
16:53
<
grift >
i guess build an image with current selinux and then try to upgrade in that clear without issuing a make dirclean
16:53
<
robimarko >
Upgrade toolchain components or?
16:54
<
grift >
no just use whatever is default, build default image, then apply selinux patches, make clean and build latest
16:54
<
grift >
it should fail unless you issue a make dirclean instead of make clean
16:57
<
grift >
but i would argue that the rules state that it should pass github ci. so if it passes - it passes
16:58
<
robimarko >
CI is just basically sanity checking, failing to build later is also a bug
16:58
<
grift >
i was unable to pin the issue down and dangowrt also seems to not be able to help
16:59
<
grift >
i suspect its flex related, seems openwrt does something to it for the kernel and since i suspect libsepol is the only other component that relies on flex it is affected. speculation....
17:00
<
grift >
but the gist is that a make dirclean fixes it
17:23
<
robimarko >
Ugh, WTF is everything now failing on GCC initial config
17:23
<
robimarko >
With an ultra weird errror
17:28
lucas_ has quit [Remote host closed the connection]
17:28
lucas_ has joined #openwrt-devel
17:32
<
robimarko >
It was the GCC config commit, reverted it
17:36
<
grift >
but to be clear also that procd event posted in that pr has nothing to do with selinux user space, neither with selinux in the kernel
17:36
<
grift >
its config related one way or another
18:06
lucas_ has quit [Ping timeout: 480 seconds]
19:20
plappermaul has joined #openwrt-devel
19:20
cmonroe has quit [Ping timeout: 480 seconds]
19:34
cmonroe has joined #openwrt-devel
19:34
lemoer has quit [Ping timeout: 480 seconds]
19:34
ScrewDri- has joined #openwrt-devel
19:39
ScrewDriver1337 has quit [Ping timeout: 480 seconds]
19:39
ScrewDri- is now known as ScrewDriver1337
19:54
plappermaul has quit [Quit: Page closed]
19:56
ptudor has joined #openwrt-devel
20:01
ptudor_ has quit [Ping timeout: 480 seconds]
20:16
lemoer has joined #openwrt-devel
20:25
lemoer has quit [Ping timeout: 480 seconds]
20:59
dansan has quit [Remote host closed the connection]
21:00
dansan has joined #openwrt-devel
21:08
danitool has joined #openwrt-devel
21:19
sorinello has quit [Ping timeout: 480 seconds]
22:21
geekythings has joined #openwrt-devel
22:35
geekythings has quit [Remote host closed the connection]
23:34
n3ph has quit [Read error: No route to host]