MAC-OS X 的网络安全

发布于 2024-10-04 04:07:18 字数 936 浏览 0 评论 0原文

我有一个新的 iOS 设备软件开发设置。我正在使用 MAC 进行开发,公司可能会从现在的 3 名员工增加到不久的将来的 20 名员工。我想让 MAC 安全,以便客户端代码安全并且不会离开办公室。

我能想到的臭名昭著的员工尝试这样做的几种方法是:

  1. 将其获取到 USB 密钥/外部磁盘上
  2. 将其刻录到 CD/DVD 上
  3. 将其传输到蓝牙设备
  4. 将其传输到红外设备
  5. 将其作为附件通过电子邮件发送
  6. 上传到 Dropbox 或任何此类服务
  7. FTP 到远程服务器

要一一处理这个问题,我需要执行以下操作

  1. 禁用对用户帐户的 USB 访问(仅允许管理员插入新设备)。但很多时候我们需要坚持使用 iphone/ipod touch 来进行设备上的测试。当有人尝试将外部设备插入任何 USB 插槽时,如何限制设备或收到通知?
  2. 禁用除管理之外的 CD/DVD 写入功能。我可以这样做吗?
  3. 禁用蓝牙访问。如果有人尝试配对设备,我可以收到通知或维护日志吗?
  4. 无线键盘和鼠标使用红外线 (IR) 技术。如何限制这些设备?
  5. 需要阻止除公司电子邮件之外的所有外发电子邮件。我可以密切关注所有传出流量(可能按文件大小),以便我知道有人正在尝试上传文件吗?
  6. 再次禁止访问此类网站。但随后每 15 天就会出现一个新服务。我该如何解决这个问题?
  7. 禁用 ftp 传出服务。我可以这样做吗?

重要的是有一个监控软件可以让我做到这一点吗?我不介意付钱。但由于这是一家初创公司,我不能在这上面花一大笔钱。当然,我更喜欢开源解决方案,因为它可以让我扩展和满足我的专业需求:)

最后,我希望我不会被认为是一个坏老板或其他什么。我完全支持开发人员自由,但我们从事咨询业务,保护客户代码是首要任务。

感谢您的宝贵时间并期待您的帮助。 开发。

I have a new set up for software development for iOS devices. I am using MACs for the development and the company may grow from three employees right now to 20 in near future. I want to make the MACs secure so that the client code is safe and does not leave office.

Few ways I can think of a notorious employee trying to do that is

  1. Get it on USB-key/External-Disk
  2. Burn it on CD/DVD
  3. Transfer it to a bluetooth device
  4. Transfer it to Infra-Red Device
  5. Email it as an attachment
  6. Upload it to Dropbox or any such service
  7. FTP to a remote server

To handle this one by one I need to do following

  1. Disable USB access to user accounts (only admin allowed to insert a new device). But often times we need to stick in iphone/ipod touch to do on-device testing. How can I restrict the devices or get notified when someone tried to put a foreign device in any of the USB slots?
  2. Disable CD/DVD write functions except for admin. Can I do this?
  3. Disable bluetooth access. And if someone tries to pair a device, can I get notified or maitain a log?
  4. Wireless keyboard and mouse use Infra-Red (IR) technology. How can I limit these devices?
  5. Need to block all outgoing emails except company emails. Can I keep a tab on all outgoing traffic (may be by file size) so that I know some one is trying to up-load a file?
  6. Again disable access to such website. But then every 15 days a new service springs up. How do I tackle this?
  7. Disable ftp outgoing services. Can I do this?

Importantly is there a monitoring software that will allow me to do this? I don't mind paying. But since this is a start-up I cannot spend a fortune on this. And of-course I prefer open source solutions for the control it gives me to extend and scratch my specialized itch :)

Finally I hope I wont be judged as a bad boss or something. I am all for developer freedom but we are into consulting business and protecting client code takes priority.

Thanks for your time and looking forward to your help.
Dev.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半衾梦 2024-10-11 04:07:18

如果您不相信您的开发人员不会盗用您的源代码,请不要雇用他们。他们可以找到解决您的“解决方案”的方法。

如果您不能相信任何开发人员不会窃取您的源代码,请单独工作。任何事情只要两个人知道就不再是秘密了。

If you don't trust your developer not to run off with your source code, don't hire them. They can find a way around your "solution"

If you can't trust any developers to not steal your source code, work alone. Anything known by two people is no longer a secret.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文