GithubHelp home page GithubHelp logo

stevedodierlazarophd / policyanalysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sidnioulz/policyanalysis

0.0 2.0 0.0 928 KB

A python app that analyses data collected with PreloadLogger and Zeitgeist components to build an information flow model of a Desktop OS and comparatively evaluate access control policies.

Python 99.88% Shell 0.12%

policyanalysis's Introduction

## BEFORE RUNNING THESE SCRIPTS

You must create a folder at the path ./applications/.
This folder must contain all the .desktop files of the apps used by your users.
The Application class will match the desktopid given to it to an exact name in
that folder. If you have an app with multiple binaries (e.g. app and appd) and
you want all those binaries to be recognised as the same app by this code, you
must create a symbolic link from app.desktop (the "main" desktop for the app)
to appd.desktop (the name of the additional binary for it).

The script find-wrong-symlink.sh can then be run to ensure that all symbolic
links have absolute paths and will be properly interpreted regardless of the
working directory from which this code is run.


You must create a folder at the path ../data/. This folder must contain a child
called current/ which either contains or links to the data to be analysed. It
is assumed that ../data/current/ will have a "data" subfolder with all the .log
files created by PreloadLogger and the activity.sqlite file created by the
Zeitgeist infrastructure. Thus, the paths:
 ../data/current/data/activity.sqlite
 ../data/current/data/*.log
Are assumed to exist. Note you will manually have to extract the .log.gz files
made by PreloadLogger into .log files, using gunzip.






## BETWEEN ANALYSIS AND POST-ANALYSIS
* Make sure to edit the statistics.txt files to add the following line:
Days: XX

policyanalysis's People

Contributors

sidnioulz avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.