Other packages > Find by keyword >

RAppArmor  

Bindings to AppArmor and Security Related Linux Tools
View on CRAN: Click here


Download and install RAppArmor package within the R console
Install from CRAN:
install.packages("RAppArmor")

Install from Github:
library("remotes")
install_github("cran/RAppArmor")

Install by package version:
library("remotes")
install_version("RAppArmor", "3.2.5")



Attach the package and use:
library("RAppArmor")
Maintained by
Jeroen Ooms
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2012-07-28
Latest Update: 2023-12-04
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.
How to cite:
Jeroen Ooms (2012). RAppArmor: Bindings to AppArmor and Security Related Linux Tools. R package version 3.2.5, https://cran.r-project.org/web/packages/RAppArmor. Accessed 21 Dec. 2024.
Previous versions and publish date:
0.5.0 (2012-07-28 21:46), 0.6.0 (2012-09-26 09:43), 0.8.0 (2012-10-28 13:14), 0.8.1 (2013-01-08 08:27), 0.8.3 (2013-04-02 18:27), 1.0.0 (2013-11-03 20:53), 1.0.1 (2013-12-18 09:30), 2.0.1 (2016-03-11 10:27), 2.0.2 (2016-05-17 21:34), 2.0 (2016-03-09 09:13), 3.0 (2019-02-26 22:10), 3.1 (2019-03-05 14:20), 3.2.1 (2020-01-31 14:10), 3.2.2 (2020-12-11 11:20), 3.2.3 (2022-10-18 15:47), 3.2.4 (2023-12-04 22:50), 3.2 (2019-03-16 20:53)
Other packages that cited RAppArmor R package
View RAppArmor citation profile
Other R packages that RAppArmor depends, imports, suggests or enhances
Complete documentation for RAppArmor
Functions, R codes and Examples using the RAppArmor R package
Some associated functions: affinity . apparmor . eval.secure . unittests . 
Some associated R codes: affinity.R . apparmor.R . eval.R . onAttach.R . unittests.R .  Full RAppArmor package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

batteryreduction  
An R Package for Data Reduction by Battery Reduction
Battery reduction is a method used in data reduction. It uses Gram-Schmidt orthogonal rotations to f ...
Download / Learn more Package Citations See dependency  
helda  
Preprocess Data and Get Better Insights from Machine Learning Models
The main focus is on preprocessing and data visualization of machine learning models performances.So ...
Download / Learn more Package Citations See dependency  
CIFsmry  
Weighted summary of cumulative incidence functions
Estimate of cumulative incidence function in two samples. Provide weighted summary statistics based ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
condGEE  
Parameter Estimation in Conditional GEE for Recurrent Event Gap Times
Solves for the mean parameters, the variance parameter, and their asymptotic variance in a condition ...
Download / Learn more Package Citations See dependency  
SEIRfansy  
Extended Susceptible-Exposed-Infected-Recovery Model
Extended Susceptible-Exposed-Infected-Recovery Model for handling high false negative rate and symp ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA