Displaying 3 results from an estimated 3 matches for "logdi".
Did you mean:
logi
2019 Jun 30
2
Possibly Missing Syscalls from Seccomp Filter
Hi!
I'm investigating the seccomp filter in openssh and I wanted to know
whether the following system calls should be added to the filter:
1. getgroups
-
do_authentication2->dispatch_run_fatal->sshpkt_fatal->logdie->cleanup_exit->do_cleanup->temporarily_use_uid->getgroups
2. setgroups
-
do_authentication2->ssh_dispatch_run_fatal->sshpkt_fatal->logdie->cleanup_exit->do_cleanup->temporarily_use_uid->initgroups->setgroups
3. unlink
-
do_authentication2->ssh_dispatc...
2013 May 05
1
slope coefficient of a quadratic regression bootstrap
...new to the package boot.
I wrote a code for step 1 and got a error message.
Please kindly advise how to modify it and thank you.
Elaine
code
require(boot)
function.fit2 <- function(data){
#data <- data[indices,] # select obs. in bootstrap sample
fit2 <-lm(logDIS~logBMN+I(logBMN^2))
coefficients(fit2) # return coefficient vector
}
boot.fit2 <- boot(dataN, function.fit2, 1000)
error
> fit2.boot <- boot(dataN, fun.fit2, 1000)
Error in statistic(data, original, ...) : unused argument (original)
[[alternative HTML...
2024 Feb 08
12
[Bug 3666] New: sshd crash
https://bugzilla.mindrot.org/show_bug.cgi?id=3666
Bug ID: 3666
Summary: sshd crash
Product: Portable OpenSSH
Version: 8.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: