renamed ffi/unsafe/security to ffi/file
This commit is contained in:
parent
bdd5ac2d41
commit
9bc3457bbd
|
@ -13,4 +13,4 @@
|
||||||
@include-section["atomic.scrbl"]
|
@include-section["atomic.scrbl"]
|
||||||
@include-section["try-atomic.scrbl"]
|
@include-section["try-atomic.scrbl"]
|
||||||
@include-section["objc.scrbl"]
|
@include-section["objc.scrbl"]
|
||||||
@include-section["security.scrbl"]
|
@include-section["file.scrbl"]
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#lang scribble/doc
|
#lang scribble/doc
|
||||||
@(require "utils.ss"
|
@(require "utils.ss"
|
||||||
(for-label ffi/unsafe/security))
|
(for-label ffi/file))
|
||||||
|
|
||||||
@title[#:tag "security-guard-checks"]{Security-Guard Checks}
|
@title[#:tag "file-security-guard-checks"]{File Security-Guard Checks}
|
||||||
|
|
||||||
@defmodule[ffi/unsafe/security]
|
@defmodule[ffi/file]
|
||||||
|
|
||||||
@defproc[(security-guard-check-file
|
@defproc[(security-guard-check-file
|
||||||
[who symbol?]
|
[who symbol?]
|
Loading…
Reference in New Issue
Block a user