Tahera Fahimi

Results 20 comments of Tahera Fahimi

Hi @l0kod, I start working on this, and read almost all of the related docs & explanations :) quick question, besides following the landlock logic from `task.c` (which is `ptrace.c`...

Thanks for your comments! Based on you suggested, I had a look; please correct me if I am wrong. First I have to add a struct field to the `landlock_ruleset`...

@l0kod, I have a quick question: Since the input of `hook_unix_stream_connect` are `struct sock *const sock`, `struct sock *const other`, and `struct sock *const newsk`, how can we map a...

Quick update: Since the inputs of `security_unix_stream_connect` are three `struct sock` data types, we can get the credentials of the sock's peer the same as `sk_get_peer_cred()` in net/core/socket.c and then...

> Why would BPF be involved here? Even for experimenting, I don't think it would be a good idea to spend some time with BPF for this task. So, as...

For reference: [the first patch](https://lore.kernel.org/outreachy/ZgX5TRTrSDPrJFfF@tahera-OptiPlex-5000/)

Hi Sebastian, I changed the base. Thanks for noticing.

In the following, we present the performance evaluation of four different machine learning models trained on a dataset (”modules/rnn_cc_detection/datasets/dataset_more_labels.dat”). The models evaluated include Random Forest, Support Vector Machine (SVM), k-Nearest...

Hey Alya, Can you elaborate more on this please? What do you mean by "the state"? I checked the Stratoletters, and no state was related to that.

@anthonyharrison, At first sight, CycloneDX looks like the best option, but the tricky part is that there are two VEX formats for this. Also, it was nice to check what...