# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RAppArmor" in publications use:' type: software license: Apache-2.0 title: 'RAppArmor: Bindings to AppArmor and Security Related Linux Tools' version: 3.2.5 identifiers: - type: doi value: 10.32614/CRAN.package.RAppArmor - type: url value: https://jeroen.r-universe.dev/RAppArmor abstract: '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.' authors: - family-names: Ooms given-names: Jeroen email: jeroenooms@gmail.com orcid: https://orcid.org/0000-0002-4035-0289 preferred-citation: type: article title: 'The RAppArmor Package: Enforcing Security Policies in R Using Dynamic Sandboxing on Linux' authors: - family-names: Ooms given-names: Jeroen email: jeroenooms@gmail.com orcid: https://orcid.org/0000-0002-4035-0289 journal: Journal of Statistical Software year: '2013' volume: '55' issue: '7' url: https://www.jstatsoft.org/v55/i07/ start: '1' end: '34' repository: https://CRAN.R-project.org/package=RAppArmor repository-code: https://github.com/jeroen/RAppArmor url: https://www.jstatsoft.org/v55/i07/ date-released: '2024-10-04' contact: - family-names: Ooms given-names: Jeroen email: jeroenooms@gmail.com orcid: https://orcid.org/0000-0002-4035-0289