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 Config/pak/sysreqs: libapparmor-dev Repository: https://jeroen.r-universe.dev Date/Publication: 2024-10-03 18:18:13 UTC RemoteUrl: https://github.com/jeroen/rapparmor RemoteRef: HEAD RemoteSha: 8897e9f2d8538072c31f3284b2fa009fa6d781b4 NeedsCompilation: yes Packaged: 2026-06-30 21:58:08 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ) Maintainer: Jeroen Ooms