-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 1.31 KB
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: RAppArmor
Type: Package
Title: Bindings to AppArmor and Security Related Linux Tools
Version: 3.2.5
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"),
email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289"))
Description: Bindings to kernel methods for enforcing security restrictions.
AppArmor can apply mandatory access control (MAC) policies on a given task
(process) via security profiles with detailed ACL definitions. In addition
this package implements bindings for setting process resource limits (rlimit),
uid, gid, affinity and priority. The high level R function 'eval.secure'
builds on these methods to perform dynamic sandboxing: it evaluates a single
R expression within a temporary fork which acts as a sandbox by enforcing
fine grained restrictions without affecting the main R process. A portable
version of this function is now available in the 'unix' package.
License: Apache License 2.0
URL: https://www.jstatsoft.org/v55/i07/
https://jeroen.r-universe.dev/RAppArmor
BugReports: https://github.com/jeroen/RAppArmor/issues
OS_type: unix
SystemRequirements: linux (>= 3.0), libapparmor-dev
VignetteBuilder: R.rsp
Suggests: testthat, R.rsp
Depends: unix (>= 1.4)
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Language: en-US
Encoding: UTF-8